File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1314,12 +1314,12 @@ content:
1314
1314
$ref: '#/components/schemas/User'
1315
1315
examples:
1316
1316
user:
1317
- summary: User Example in XML
1317
+ summary: User example in XML
1318
1318
externalValue: 'https://foo.bar/examples/user-example.xml'
1319
1319
'text/plain':
1320
1320
examples:
1321
1321
user:
1322
- summary: User example in text plain format
1322
+ summary: User example in Plain text
1323
1323
externalValue: 'https://foo.bar/examples/user-example.txt'
1324
1324
'*/*':
1325
1325
examples:
@@ -1332,6 +1332,7 @@ A body parameter that is an array of string values:
1332
1332
` ` ` json
1333
1333
{
1334
1334
"description": "user to add to the system",
1335
+ "required": true,
1335
1336
"content": {
1336
1337
"text/plain": {
1337
1338
"schema": {
You can’t perform that action at this time.
0 commit comments