We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d232e6d commit 6c0f76eCopy full SHA for 6c0f76e
versions/3.0.md
@@ -1222,8 +1222,10 @@ Each key in the Content Object is the media type of the [Media Type Object](#med
1222
]
1223
},
1224
"text/plain": {
1225
- "Bob,Diane,Mary,Bill",
1226
- ""
+ "examples": [
+ "Bob,Diane,Mary,Bill",
1227
+ ""
1228
+ ]
1229
}
1230
1231
```
@@ -1250,6 +1252,7 @@ content:
1250
1252
'text/plain':
1251
1253
examples:
1254
- "Bob,Diane,Mary,Bill"
1255
+ - ""
1256
1257
1258
#### <a name="mediaTypeObject"></a>Media Type Object
0 commit comments