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 3d69abf commit 59cc548Copy full SHA for 59cc548
lib/options.js
@@ -396,7 +396,7 @@ module.exports = {
396
description: 'When there are multiple content-types defined in the request body of OpenAPI, the conversion ' +
397
'selects the preferred option content-type as request body.If "first-listed" is set, the first ' +
398
'content-type defined in the OpenAPI spec will be selected.',
399
- external: false,
+ external: true,
400
usage: ['CONVERSION'],
401
supportedIn: [VERSION20, VERSION30, VERSION31],
402
supportedModuleVersion: [MODULE_VERSION.V2, MODULE_VERSION.V1]
0 commit comments