The request was successful. The object was found and returned
201 Created
The object was successfully created. The message body contains its current state. If present, the Location header contains the URL for the new object
202 Accepted
The request was successfully accepted. Further processing will be performed
204 No Content
The request was successful. The response contains no content
400 Bad Request
The system was unable to process the request because it was malformed
401 Unauthorized
The request was unsuccessful because of an authentication failure
404 Not Found
A path or ID specified in the URL does not exist. This code is also returned in cases where an object does exist in the system, but it does not belong to authenticated user
405 Method Not Allowed
The requested method cannot be performed on the specified object
409 Conflict
The object could not be created because it conflicts with an existing object. Ensure the user-defined project name is unique for the user
412 Precondition Failed
An object could not be updated or deleted because the If-Match request header does not match the ETag of the resource on the server
415 Unsupported Media Type
The Content-Type header is missing or set to an unsupported value. Ensure the Content-Type header is set to application/vnd.api+json
422 Unprocessable Entity
A POST request was parsable, but failed a validation check. A required property was either missing or a value was invalid
429 Too Many Requests
The request was rejected because too many similar requests have been submitted in a short amount of time. Wait and try submitting requests later