Update an Authorization
PUT/authorization/:id
Updates an authorization by id.
Request
Responses
- 204
- 400
- 403
- 404
- 500
Request successful. This method returns no content.
Returned if some of the properties in the request body are invalid, for example if a permission parameter is not valid for the provided resourceType. See the Introduction for the error response format.
The authenticated user is unauthorized to update this resource. See the Introduction for the error response format.
The authorization with the requested Id cannot be found.
The authorization could not be updated due to an internal server error. See the Introduction for the error response format.