You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OPTIONS.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ enableOptionalParameters|boolean|-|true|Optional parameters aren't selected in t
22
22
keepImplicitHeaders|boolean|-|false|Whether to keep implicit headers from the OpenAPI specification, which are removed by default.|CONVERSION|v2, v1
23
23
includeDeprecated|boolean|-|true|Select whether to include deprecated operations, parameters, and properties in generated collection or not|CONVERSION, VALIDATION|v2, v1
24
24
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