POST /reject
1095
(ready)
Reject files
This request requires authentication headers to be set. See HTTP Headers below.
Reject files
The following values for
When
Content-Type
are accepted: application/x-www-form-urlencoded, application/json
.When
Content-Type
is any other value, 415 Unsupported Media Type
is returned.
The response of this request has a
Any request should supply an
When an
Content-Type
of application/json
.Any request should supply an
Accept
header explicitly accepting this Content-Type, e.g. Accept: application/json
.When an
Accept
header is missing, or it has another value, 406 Not Acceptable
is returned.
HTTP Headers
Name | Type | Required | Default value | Description |
X-Client-Token | string | true | The token identifying the client of the API | |
X-Session-Token | string | true | The token identifying the session of the current user |
Errors
The following 400 Bad Request
errors can be expected, and should be handled by the developer:
Code | Message | Example |
missing_header | A required header was not supplied |
|
invalid_json | The request body could not be parsed. |
|
Status Codes
200 OK
- The resource has been updated
400 Bad Request
- The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications
401 Unauthorized
- The request requires user authentication
403 Forbidden
- The client has no permission to access the resource
404 Not Found
- The resource was not found
406 Not Acceptable
- The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request
408 Request Timeout
- The request timed out
410 Gone
- The requested resource is no longer available and will not be available again
411 Length Required
- The request did not specify the length of its content, which is required by the requested resource
415 Unsupported Media Type
- The Content-Type of the request is not supported. Supported are 'application/x-www-form-urlencoded' and 'application/json'
500 Internal Server Error
- The server encountered an unexpected condition which prevented it from fulfilling the request
503 Service Unavailable
- The server is currently unavailable (because it is overloaded or down for maintenance)