Skip to content

Commit 558bdad

Browse files
authored
Update docs of skipFormModel default value (#9014)
1 parent d657e95 commit 558bdad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ These options default to true and don't limit the generation of the feature opti
216216

217217
When using selective generation, _only_ the templates needed for the specific generation will be used.
218218

219-
To skip models defined as the form parameters in "requestBody", please use `skipFormModel` (default to false) (this option is introduced at v3.2.2)
219+
To skip models defined as the form parameters in "requestBody", please use `skipFormModel` (default to `true`) (this option is introduced at v3.2.2 and `true` by default starting from v5.x).
220220

221221
```sh
222222
--global-property skipFormModel=true

0 commit comments

Comments
 (0)