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 4875e02 + 8eb061f commit eedf153Copy full SHA for eedf153
versions/3.0.md
@@ -1452,11 +1452,15 @@ In addition, specific media types MAY be specified:
1452
# multiple, specific media types may be specified:
1453
requestBody:
1454
content:
1455
- 'image/png, image/jpeg':
1456
# a binary file of type png or jpeg
+ 'image/jpeg':
1457
schema:
1458
type: string
1459
format: binary
1460
+ 'image/png':
1461
+ schema:
1462
+ type: string
1463
+ format: binary
1464
```
1465
1466
To upload multiple files, a `multipart` media type MUST be used:
0 commit comments