Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions versions/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1312,12 +1312,12 @@ content:
$ref: '#/components/schemas/User'
examples:
user:
summary: User Example in XML
summary: User example in XML
externalValue: 'https://foo.bar/examples/user-example.xml'
'text/plain':
examples:
user:
summary: User example in text plain format
summary: User example in Plain text
externalValue: 'https://foo.bar/examples/user-example.txt'
'*/*':
examples:
Expand All @@ -1330,6 +1330,7 @@ A body parameter that is an array of string values:
```json
{
"description": "user to add to the system",
"required": true,
"content": {
"text/plain": {
"schema": {
Expand Down