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 objectrequired
    name string

    The updated display name of the role.

Responses

The role was updated successfully.

Loading...