We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373985b commit 0ee4cbfCopy full SHA for 0ee4cbf
src/downloadDocumentation.js
@@ -8,7 +8,7 @@ module.exports = {
8
return aws.request('APIGateway', 'getExport', {
9
stageName: aws.getStage(),
10
restApiId: restApiId,
11
- exportType: 'swagger',
+ exportType: this.options.exportType? this.options.exportType: 'swagger',
12
parameters: {
13
extensions: extensionType(this.options.extensions),
14
},
0 commit comments