You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general-information.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,11 +335,11 @@ Clients must specify the version they are targeting through the `Accept` header.
335
335
Accept: application/vnd.mds+json;version=0.3
336
336
```
337
337
338
-
> Since versioning was not available from the start, the following APIs provide a fallback version if the `Accept` header is not set as specified above:
339
-
>
340
-
> * The `provider` API must respond as if version `0.2` was requested.
341
-
> * The `agency` API must respond as if version `0.3` was requested.
342
-
> * The `policy` API must respond as if version `0.4` was requested.
338
+
Since versioning was not available from the start, the following APIs provide a fallback version if the `Accept` header is not set as specified above:
339
+
340
+
* The `provider` API must respond as if version `0.2` was requested.
341
+
* The `agency` API must respond as if version `0.3` was requested.
342
+
* The `policy` API must respond as if version `0.4` was requested.
343
343
344
344
If an unsupported or invalid version is requested, the API must respond with a status of `406 Not Acceptable`.
0 commit comments