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 12 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 codeCommon messagesDescriptionSchema
200

The updated external role.

ExternalRole

400The application with the specified key could not be found
String
400External role ID must match the external role ID in the REST path.
String
400Role not found!
String
400Invalid role ID format
String
400Name and enabled must always be specified for an external role.
String
400User agreement not found!
String
500An 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

TypeName
apiKeyKey
  • No labels