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:
13121312 $ref: '#/components/schemas/User'
13131313 examples:
13141314 user:
1315- summary: User Example in XML
1315+ summary: User example in XML
13161316 externalValue: 'https://foo.bar/examples/user-example.xml'
13171317 'text/plain':
13181318 examples:
13191319 user:
1320- summary: User example in text plain format
1320+ summary: User example in Plain text
13211321 externalValue: 'https://foo.bar/examples/user-example.txt'
13221322 '*/*':
13231323 examples:
@@ -1330,6 +1330,7 @@ A body parameter that is an array of string values:
13301330` ` ` json
13311331{
13321332 "description": "user to add to the system",
1333+ "required": true,
13331334 "content": {
13341335 "text/plain": {
13351336 "schema": {
You can’t perform that action at this time.
0 commit comments