File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,12 @@ parameters other than `ext` and `profile` parameters in the server's
61
61
### <a href =" #content-negotiation-servers " id =" content-negotiation-servers " class =" headerlink " ></a > Server Responsibilities
62
62
63
63
If a request specifies the ` Content-Type ` header with the JSON: API media type,
64
- servers ** MUST** respond with a ` 415 Unsupported Media Type ` status code if that
65
- media type contains any media type parameters other than ` ext ` or ` profile ` .
64
+ servers ** MUST** respond with a ` 415 Unsupported Media Type ` status code if
65
+ that media type contains any media type parameters other than ` ext ` or
66
+ ` profile ` . If a request specifies the ` Content-Type ` header with an instance of
67
+ the JSON: API media type modified by the ` ext ` media type parameter and that
68
+ parameter contains an unsupported extension URI, the server ** MUST** respond
69
+ with a ` 415 Unsupported Media Type ` status code.
66
70
67
71
> Note: Older JSON: API servers that do not support the ` ext ` or ` profile ` media
68
72
type parameters will respond with a ` 415 Unsupported Media Type ` client error
You can’t perform that action at this time.
0 commit comments