Http status code beginning with the number 2
signifies the API request was successful.
Code | Text | Description |
---|---|---|
200 | OK | When there is no error in processing the request with a PATCH request, a HTTP status code 200 will be returned. |
201 | Created | When there is no error in processing the request with a POST request, a HTTP status code 201 will be returned. |
204 | No Content | When there is no error in processing the request but there is no content to send in the payload body, a HTTP status code 204 will be returned. |