...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | accessId | The ID of the access to update. | Required | string |
Body | request | Request body parameters, see schema for details. | Required | Access |
Responses
HTTP Codecode | Message | Description | Schema | ||
---|---|---|---|---|---|
200 | The updated access. | ||||
400 | The application with the specified key could not be found | ||||
400 | Input not valid: First name and last name must always be specified. | ||||
400 | Input not valid: Changing state of an access from INVITED to % is not allowed. | % can be replaced by either ACTIVE or DEACTIVATED. | |||
400 | Invalid role ID format | This error message is returned when
| |||
400 | Input not valid: Access ID must match the access ID in the REST path. | ||||
400 | Input not valid: State must be specified when updating an access. | ||||
500 |
| These error messages are returned if one or more parameters are of the wrong type. Refer to Access for details. |
Security
Type | Name |
---|---|
apiKey | Key |
...