Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

Makes changes to an existing external role.

HTTP MethodURI Scheme
PUT/server/external-role/{roleId}

Parameters

TypeNameDescriptionQualificationSchema
Path

roleId

The ID of the external role to update.

Requiredstring
Bodyrequest

Request body parameters, see schema for details.

RequiredExternalRole

Responses

HTTP CodeMessageDescriptionSchema
200

The updated external role.

ExternalRole

400The application with the specified key could not be found

400External role ID must match the external role ID in the REST path.

400Role not found!

400Invalid role ID format

400Name and enabled must always be specified for an external role.

400User agreement not found!

500An unexpected error occurred: JSON parse error[...]These error messages are returned if one or more parameters are of the wrong type. See ExternalRole for details.

Security

TypeName
apiKeyKey
  • No labels