Response Status Code.
Possible values
- 400 bad_request - Some required parameter is missing or has wrong value. Details will be in the errorDetails field.
- 401 unauthorized - Internal authorization failed. It might mean missing or wrong credentials.
- 404 not_found - Returned if uri is not found or some resource with provided id is not found.
- 405 not_allowed - Attempting to use POST with a GET-only endpoint, or vice-versa.
- 406 not_acceptable - Can be returned if uploaded files have some problems with it.
- 200 deprecated - Can be used to indicate that some resource is deprecated and will be removed in the future.
- 409 conflict - The request could not be completed due to a conflict with the current state of the resource. This code is only allowed in situations where it is expected that the user might be able to resolve the conflict and resubmit the request.