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.
2 parents ec620ed + a34ff40 commit 6aadff4Copy full SHA for 6aadff4
versions/3.0.md
@@ -850,7 +850,9 @@ This object can be extended with [Specification Extensions](#specificationExtens
850
"in": "path",
851
"description": "ID of pet that needs to be updated",
852
"required": true,
853
- "type": "string"
+ "schema": {
854
+ "type": "string"
855
+ }
856
}
857
],
858
"requestBody": {
@@ -910,7 +912,8 @@ parameters:
910
912
in: path
911
913
description: ID of pet that needs to be updated
914
required: true
- type: string
915
+ schema:
916
+ type: string
917
requestBody:
918
content:
919
'application/x-www-form-urlencoded':
0 commit comments