Create support ticket
POST/support
creates a request for support from end user via MP
Request
Responses
- 200
- 400
- 401
- 403
- 404
support request acknowledged
Bad request. See https://github.com/TOMP-WG/TOMP-API/wiki/Error-handling-in-TOMP for further explanation of error code.
Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.
The client does not have access rights to the content, i.e. they are unauthorized, so server is rejecting to give proper response. Unlike 401, the client's identity is known to the server.
The requested resources does not exist or the requester is not authorized to see it or know it exists.