Errors
Patch APIs uses conventional HTTP response codes to indicate the success or failure of an API request.
As a general rule:
Codes in the
2xxrange indicate successCodes in the
4xxrange indicate incorrect or incomplete requests, like invalid paths, incorrect auth, or incorrect parameters for the request.Codes in the
5xxrange indicate an error in the server.
Last updated