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 112246a commit bd050baCopy full SHA for bd050ba
_format/1.1/index.md
@@ -61,6 +61,10 @@ Servers **MUST** respond with a `415 Unsupported Media Type` status code if
61
a request specifies the header `Content-Type: application/vnd.api+json` with
62
any media type parameters other than `profile`.
63
64
+Servers **MUST** respond with a `406 Not Acceptable` status code if a request
65
+specifies an instance of the JSON:API media type in an `Accept` header with any
66
+media type parameter other than `profile`.
67
+
68
## <a href="#document-structure" id="document-structure" class="headerlink"></a> Document Structure
69
70
This section describes the structure of a JSON:API document, which is identified
0 commit comments