Skip to content

Commit d04f4c1

Browse files
committed
update typescript-axios.md file
1 parent 0984ef7 commit d04f4c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generators/typescript-axios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ These options may be applied as additional-properties (cli) or configOptions (pl
4040
|stringEnums|Generate string enums instead of objects for enum values.| |false|
4141
|supportsES6|Generate code that conforms to ES6.| |false|
4242
|useSingleRequestParameter|Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.| |false|
43+
|withAWSV4Signature|whether to include AWS v4 signature support| |false|
4344
|withInterfaces|Setting this property to true will generate interfaces next to the default class implementations.| |false|
4445
|withNodeImports|Setting this property to true adds imports for NodeJS| |false|
4546
|withSeparateModelsAndApi|Put the model and api in separate folders and in separate classes. This requires in addition a value for 'apiPackage' and 'modelPackage'| |false|
4647
|withoutPrefixEnums|Don't prefix enum names with class names| |false|
47-
|withAWSV4Signature|whether to include AWS v4 signature support| |false|
4848

4949
## IMPORT MAPPING
5050

0 commit comments

Comments
 (0)