Skip to content

Commit 59cc548

Browse files
committed
Added option to set preferred request body content-type
1 parent 3d69abf commit 59cc548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ module.exports = {
396396
description: 'When there are multiple content-types defined in the request body of OpenAPI, the conversion ' +
397397
'selects the preferred option content-type as request body.If "first-listed" is set, the first ' +
398398
'content-type defined in the OpenAPI spec will be selected.',
399-
external: false,
399+
external: true,
400400
usage: ['CONVERSION'],
401401
supportedIn: [VERSION20, VERSION30, VERSION31],
402402
supportedModuleVersion: [MODULE_VERSION.V2, MODULE_VERSION.V1]

0 commit comments

Comments
 (0)