HTTP Status Codes¶
There are a number of possible responses to this request.
| Code | Message | Notes |
|---|---|---|
| 200 | The upload was successful. | |
| 400 | Bad Request Format | The request was ill formed and the server could not process it. |
| 401 | Invalid Token Header Value | A parameter in the Header was ill formed or incorrect. |
| 403 | Access Denied | Either the user does not have permission to use this request, or the submitted API key was not correct. |
| 404 | Not Found | The URL was not correct. |
| 500 | Internal Server Error | An unexpected error occurred on the server side. |
Parent topic:File Update