Update a membership token

Beta Updates an existing membership token for a group owner. You can change each token's label that will be visible only to you, such as when you Get members by share group.

  • Run the List share groups operation to get the id you should use as the (sharegroupId) path parameter that identifies an existing share group.

  • Run the List members by share group operation to get the token_uuid for a current group member.

📘

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 member-update 123 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:
integer
required

The share group's unique identifier assigned after creating it. Not to be confused with the group's uuid.

uuid
required

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

Body Params

The updated membership token's details.

string
required

The membership token's descriptive name.

Responses

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