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