Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Makes changes to an existing external role.

HTTP MethodmethodURI Schemescheme
PUT/server/external-role/{roleId}

...

TypeNameDescriptionQualificationSchema
Path

roleId

The ID of the external role to update.

Requiredstring
Bodyrequest

Request body parameters, see schema for details.

RequiredExternalRole

Responses

HTTP CodecodeMessageCommon messagesDescriptionSchema
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.

...