put
https://api.linode.com//images/sharegroups/
Beta Updates the details of a share group you own. Run this operation to edit the label or description of a particular sharegroup.
-
Run the List share groups operation to get the
idyou should use as the(sharegroupId)path parameter that identifies an existing share group. -
You can update either of the fields, but when you provide a new
label, make sure that it's not an empty string.
This operation is in Beta and available from the
v4betaURL.
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
- Scopes:
CLI
linode-cli image-sharegroups update 1234 --label "new_label" --description "A new description."