Update external role
Description
Makes changes to an existing external role.
HTTP method | URI scheme |
---|---|
PUT | /server/external-role/{roleId} |
Parameters
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | roleId | The ID of the external role to update. | Required | string |
Body | request | Request body parameters, see schema for details. | Required |
Responses
HTTP code | Common messages | Description | Schema |
---|---|---|---|
200 |
| The updated external role. | |
400 | The application with the specified key could not be found |
| String |
400 | External role ID must match the external role ID in the REST path. |
| String |
400 | Role not found! |
| String |
400 | Invalid role ID format |
| String |
400 | Name and enabled must always be specified for an external role. |
| String |
400 | User agreement not found! |
| String |
500 | An unexpected error occurred: JSON parse error <%1> | This error message can be returned if one or more parameters are of the wrong type. See ExternalRole for details. | String |
Security
Type | Name |
---|---|
apiKey |
Copyright © 2021–2024 Lequa Net AB – a subsidiary of Extracticon AB (publ). All rights reserved.