File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Field Pattern | Type | Description
292
292
produces:
293
293
- application/json
294
294
responses:
295
- 200:
295
+ ' 200' :
296
296
description: A list of pets.
297
297
schema:
298
298
type: array
380
380
- application/json
381
381
- text/html
382
382
responses:
383
- 200:
383
+ ' 200' :
384
384
description: pet response
385
385
schema:
386
386
type: array
@@ -515,9 +515,9 @@ parameters:
515
515
required: false
516
516
type: string
517
517
responses:
518
- 200:
518
+ ' 200' :
519
519
description: Pet updated.
520
- 405:
520
+ ' 405' :
521
521
description: Invalid input
522
522
security:
523
523
- petstore_auth:
@@ -874,7 +874,7 @@ A 200 response for successful operation and a default response for others (imply
874
874
` ` `
875
875
876
876
` ` ` yaml
877
- 200:
877
+ ' 200' :
878
878
description: a pet to be returned
879
879
schema:
880
880
$ref: '#/definitions/Pet'
You can’t perform that action at this time.
0 commit comments