We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50af3a commit 1f11d02Copy full SHA for 1f11d02
versions/3.1.0.md
@@ -1314,12 +1314,12 @@ content:
1314
$ref: '#/components/schemas/User'
1315
examples:
1316
user:
1317
- summary: User Example in XML
+ summary: User example in XML
1318
externalValue: 'https://foo.bar/examples/user-example.xml'
1319
'text/plain':
1320
1321
1322
- summary: User example in text plain format
+ summary: User example in Plain text
1323
externalValue: 'https://foo.bar/examples/user-example.txt'
1324
'*/*':
1325
@@ -1332,6 +1332,7 @@ A body parameter that is an array of string values:
1332
```json
1333
{
1334
"description": "user to add to the system",
1335
+ "required": true,
1336
"content": {
1337
"text/plain": {
1338
"schema": {
0 commit comments