Skip to content

Commit 8b8c473

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ enableOptionalParameters|boolean|-|true|Optional parameters aren't selected in t
2222
keepImplicitHeaders|boolean|-|false|Whether to keep implicit headers from the OpenAPI specification, which are removed by default.|CONVERSION|v2, v1
2323
includeDeprecated|boolean|-|true|Select whether to include deprecated operations, parameters, and properties in generated collection or not|CONVERSION, VALIDATION|v2, v1
2424
alwaysInheritAuthentication|boolean|-|false|Whether authentication details should be included on every request, or always inherited from the collection.|CONVERSION|v2, v1
25-
preferredRequestBodyType|enum|x-www-form-urlencoded, form-data, raw, first-listed|x-www-form-urlencoded|When there are multiple content-types defined in the request body of OpenAPI, select the preferred option content-type as request body.If "first-in-spec" is selected, the first content-type defined in the OpenAPI spec will be selected.|CONVERSION|v2, v1
25+
preferredRequestBodyType|enum|x-www-form-urlencoded, form-data, raw, first-listed|x-www-form-urlencoded|When there are multiple content-types defined in the request body of OpenAPI, the conversion selects the preferred option content-type as request body.If "first-listed" is set, the first content-type defined in the OpenAPI spec will be selected.|CONVERSION|v2, v1

0 commit comments

Comments
 (0)