File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The JSON:API specification supports two media type parameters: `ext` and
50
50
51
51
> Note: A media type parameter is an extra piece of information that can
52
52
accompany a media type. For example, in the header
53
- ` Content-Type: text/html; charset="utf-8" ` , the media type is ` text/html ` and
53
+ ` Content-Type: text/html;charset="utf-8" ` , the media type is ` text/html ` and
54
54
` charset ` is a parameter.
55
55
56
56
### <a href =" #extensions " id =" extensions " class =" headerlink " ></a > Extensions
@@ -121,7 +121,7 @@ versioning. This member might appear as follows:
121
121
122
122
``` json
123
123
HTTP/1.1 200 OK
124
- Content-Type: application/vnd.api+json; ext="https://jsonapi.org/ext/version"
124
+ Content-Type: application/vnd.api+json;ext="https://jsonapi.org/ext/version"
125
125
126
126
// ...
127
127
{
@@ -170,7 +170,7 @@ With such a profile applied, a response might appear as follows:
170
170
171
171
``` json
172
172
HTTP/1.1 200 OK
173
- Content-Type: application/vnd.api+json; profile="https://example.com/resource-timestamps"
173
+ Content-Type: application/vnd.api+json;profile="https://example.com/resource-timestamps"
174
174
175
175
// ...
176
176
{
You can’t perform that action at this time.
0 commit comments