Update an application
PATCH/application/:id
Updates information for an application. Applications accept partial updates only: PUT on this path answers 405 Method Not Allowed.
Request
Responses
- 204
- 4XX
- 5XX
The operation was successful.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.