Update a token

Beta Updates the label of an existing membership token for a share group member or a pending membership.

To get the token_uuid, run the List tokens or Create a token operation to generate one for the share group you want to join.

📘

This operation is in Beta and available from the v4beta URL.

Permissions and scopes

To call this operation, you need the following:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: images:read_write

CLI

linode-cli image-sharegroups token-update abc123 --label "new_label"

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
uuid
required

A unique identifier for the token, used to reference it after creation.

Body Params

The membership token's details to update.

string
required

The descriptive name of the token.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json