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 @@ -1312,12 +1312,12 @@ content:
1312
1312
$ref: '#/components/schemas/User'
1313
1313
examples:
1314
1314
user:
1315
- summary: User Example in XML
1315
+ summary: User example in XML
1316
1316
externalValue: 'https://foo.bar/examples/user-example.xml'
1317
1317
'text/plain':
1318
1318
examples:
1319
1319
user:
1320
- summary: User example in text plain format
1320
+ summary: User example in Plain text
1321
1321
externalValue: 'https://foo.bar/examples/user-example.txt'
1322
1322
'*/*':
1323
1323
examples:
@@ -1330,6 +1330,7 @@ A body parameter that is an array of string values:
1330
1330
` ` ` json
1331
1331
{
1332
1332
"description": "user to add to the system",
1333
+ "required": true,
1333
1334
"content": {
1334
1335
"text/plain": {
1335
1336
"schema": {
You can’t perform that action at this time.
0 commit comments