File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ The `profile` parameter is used to support [profiles].
49
49
50
50
### <a href =" #content-negotiation-clients " id =" content-negotiation-clients " class =" headerlink " ></a > Client Responsibilities
51
51
52
- Clients that include the JSON: API media type in their ` Accept ` header ** MUST**
53
- specify the media type there at least once without any media type parameters.
54
-
55
52
When processing a JSON: API response document, clients ** MUST** ignore any
56
53
parameters other than ` profile ` in the server's ` Content-Type ` header.
57
54
@@ -62,8 +59,8 @@ a request specifies the header `Content-Type: application/vnd.api+json`
62
59
with any media type parameters other than ` profile ` .
63
60
64
61
Servers ** MUST** respond with a ` 406 Not Acceptable ` status code if a
65
- request's ` Accept ` header contains the JSON: API media type and all instances
66
- of that media type are modified with media type parameters .
62
+ request's ` Accept ` header contains the JSON: API media type and the server is
63
+ unable to respond with an acceptable representation .
67
64
68
65
> Note: These content negotiation requirements exist to allow future versions
69
66
of this specification to add other media type parameters for extension
You can’t perform that action at this time.
0 commit comments