Skip to content

Commit

Permalink
docs: Update apiType as optional in README yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bfaulk96 committed Feb 21, 2022
1 parent bf9b3a4 commit 5ab25dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can also run `sls generate-swagger` if you want to generate the swagger file
```yaml
custom:
autoswagger:
apiType: 'http' | 'httpApi'
apiType?: 'http' | 'httpApi'
generateSwaggerOnDeploy?: true | false
typefiles?: ['./src/types/typefile1.d.ts', './src/subfolder/helper.d.ts']
swaggerFiles?: ['./doc/endpointFromPlugin.json', './doc/iCannotPutThisInHttpEvent.json', './doc/aDefinitionWithoutTypescript.json']
Expand Down

0 comments on commit 5ab25dc

Please sign in to comment.