Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-dudu committed Feb 8, 2025
1 parent 145dc81 commit 1ffafbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ if (!error) {

# Features

- Fields not defined as nullable are marked as required.
- Types are sorted in alphabetical order.
- Fields not defined as nullable are marked as required. (`--properties-required-by-default true`)
- Types are sorted in alphabetical order. (`--alphabetize true`)
- Extracts response types for both GET and POST methods.
- Detects type changes daily via GitHub Actions.

# Setting
# Settings

- Settings > Actions > General > Workflow permissions > Read and write permissions > Save
- Settings > Secrets And Variables > Actions > New repository secret > PERSONAL_ACCESS_TOKEN
Expand Down

0 comments on commit 1ffafbc

Please sign in to comment.