Response Definitions
Success Response
- 200: Update request has been successfully processed.
 - 201: Create request has been successfully processed.
 
Error Response
The following HTTP status codes are returned in case of errors:
- 400: Invalid request.
 - 403: User has no permissions
 - 404: Requested resource not found
 - 500: Internal exceptions during processing, e.g. server connection timeout.
 
Note: Error objects are printed to the logfile.
See also: