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.
2 parents f22129c + 6c0f76e commit 1cbb268Copy full SHA for 1cbb268
versions/3.0.md
@@ -1228,8 +1228,10 @@ Each key in the Content Object is the media type of the [Media Type Object](#med
1228
]
1229
},
1230
"text/plain": {
1231
- "Bob,Diane,Mary,Bill",
1232
- ""
+ "examples": [
+ "Bob,Diane,Mary,Bill",
1233
+ ""
1234
+ ]
1235
}
1236
1237
```
@@ -1256,6 +1258,7 @@ content:
1256
1258
'text/plain':
1257
1259
examples:
1260
- "Bob,Diane,Mary,Bill"
1261
+ - ""
1262
1263
1264
#### <a name="mediaTypeObject"></a>Media Type Object
0 commit comments