Skip to main content

Modify an assigned token

PUT 

/api/web/v1/tokens/:tokenid/assigned

Modify an assigned token. Caller requires the TOKENS:EDIT permission.

Request

Path Parameters

    tokenid stringrequired

    The UUID of the assigned token to be modified.

Body

required

    label string

    Optional label to identify an assigned token: a String up to 100 characters.

Responses

Successful

Loading...