Details about the most common responses
Error Responses
Code | Title | It means that |
---|---|---|
400 | Bad Request | The server could not understand the request due to invalid syntax. |
401 | Unauthorized | The requester could not be identified. |
403 | Forbidden | The author is identified but not authorized to make the request. |
404 | Not Found | The resource indicated in the request does not exist |
Success Responses
Code | Title | It means that |
---|---|---|
200 | OK | The request succeeded. |
201 | Created | The request succeeded, and a new resource created as a result. |