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: specification/mesh-api.yaml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,6 @@ info:
52
52
53
53
You can do some things while you wait, but expect the end-to-end integration process to take 1 month or more.
54
54
55
-
### Versioning
56
-
57
-
MESH API now has BETA support for versioning on certain endpoints in order to allow us to safely make new features and capabilities available to API consumers. For information on how to call a versioned API endpoint see [API Versioning](#api-description__api-versioning).
58
-
59
55
### Get started
60
56
61
57
To get started, sign in or create a developer account for digital onboarding, complete the 'Setup and eligibility' section and submit it.
@@ -234,9 +230,10 @@ info:
234
230
235
231
This sandbox can be used for local development and currently does not require a client certificate
236
232
237
-
238
233
## API Versioning
239
-
234
+
235
+
MESH API now has `live-beta` support for versioning on certain endpoints in order to allow us to safely make new features and capabilities available to API consumers.
236
+
240
237
MESH uses the `Accept` header to support different versions in the same API, sending a different `Accept` header will vary the response, refer to individual API endpoints for more detail.
241
238
242
239
If not specified `Accept: application/json` will be assumed and the lowest supported response version for that particular endpoint will be returned.
0 commit comments