Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 646 Bytes

apache2.md

File metadata and controls

19 lines (12 loc) · 646 Bytes

CONFIG OPTIONS for apache2

sortParamsByRequiredFlag
    Sort method arguments to place required parameters before optional parameters. (Default: true)

ensureUniqueParams
    Whether to ensure parameter names are unique in an operation (rename parameters that are not). (Default: true)

allowUnicodeIdentifiers
    boolean, toggles whether unicode identifiers are allowed in names or not, default is false (Default: false)

prependFormOrBodyParameters
    Add form or body parameters to the beginning of the parameter list. (Default: false)

userInfoPath
    Path to the user and group files

Back to the generators list