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
An alternative possibility would be for the client to indicate which API version it expects and for the API to respond with an error if that version is not supported. This would ensure that the API doesn't execute a stateful request only for the client to then learn that it can't understand the response and cannot continue the flow.
All responses should include a field with API version in the header, starting with 1 for example:
Custom Header:
"X-API-Version": 1
JSON Payload:
The text was updated successfully, but these errors were encountered: