Skip to main content

Modify a token

PUT 

/api/web/v1/tokens/:tokenid

Modify the specified token. Caller requires the TOKENS:EDIT permission.

Request

Path Parameters

    tokenid stringrequired

    The UUID of the token to be modified.

Body

required

    groups string[]

    When modifying unassigned tokens the list of UUIDs of groups to which the tokens will belong. If an empty list is provided, the unassigned token will not belong to any groups.

Responses

Successful

Loading...