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:
13141314 $ref: '#/components/schemas/User'
13151315 examples:
13161316 user:
1317- summary: User Example in XML
1317+ summary: User example in XML
13181318 externalValue: 'https://foo.bar/examples/user-example.xml'
13191319 'text/plain':
13201320 examples:
13211321 user:
1322- summary: User example in text plain format
1322+ summary: User example in Plain text
13231323 externalValue: 'https://foo.bar/examples/user-example.txt'
13241324 '*/*':
13251325 examples:
@@ -1332,6 +1332,7 @@ A body parameter that is an array of string values:
13321332` ` ` json
13331333{
13341334 "description": "user to add to the system",
1335+ "required": true,
13351336 "content": {
13361337 "text/plain": {
13371338 "schema": {
You can’t perform that action at this time.
0 commit comments