Skip to main content
Version: Next

Update role

PATCH 

/roles/:roleKey

Update a role with the given key.

Request

Path Parameters

    roleKey int64required

    The key of the role to update.

Body

required
    changeset object

    A set of changed role attributes.

    name string

    The updated display name of the role.

Responses

The role was updated successfully.

Loading...