Status Codes

The Dotfile API returns the following status codes:

CodeDescription
200 - OKEverything worked as expected.
201 - CreatedThe resource was created successfully
204 - No contentThe resource was deleted successfully
400 - Bad RequestThe request could not be accepted, due to missing or incorrect parameters.
401 - UnauthorizedNo valid API key or no API key was provided
404 - Not FoundThe requested resource could be not found.
409 - ConflictThe request failed due to the current state of the resource.
413 - Payload Too LargeThe request payload is too large. Use for file upload (max 10Mo).
429 - Too Many RequestsToo many requests were received. We recommend spacing requests increasing.
500 - Internal Server ErrorThe Dotfile API experienced an internal server error. Our team has been notified and is working to fix it.