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 800dd47 commit 77bec41Copy full SHA for 77bec41
_format/1.2/index.md
@@ -93,6 +93,13 @@ values of the `ext` and `profile` parameters **MUST** equal a space-separated
93
> specification requires that parameter values be surrounded by quotation marks
94
> (U+0022 QUOTATION MARK, "\"").
95
96
+In the following example, two extensions and one profile have been applied:
97
+
98
+```http
99
+HTTP/1.1 200 OK
100
+Content-Type: application/vnd.api+json;ext="https://example.com/version https://example.com/bulk";profile="https://example.com/resource-timestamps"
101
+```
102
103
#### <a href="#extension-rules" id="extension-rules" class="headerlink"></a> Rules for Extensions
104
105
An extension **MAY** impose additional processing rules or further restrictions
0 commit comments