Create a New Authorization
POST/authorization/create
Creates a new authorization.
Request
Responses
- 200
- 400
- 403
- 500
Request successful.
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 create an instance of this resource. See the Introduction for the error response format.
The authorization could not be updated due to an internal server error. See the Introduction for the error response format.