put https://api.linode.com//images/sharegroups/
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
id
you 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.
linode-cli images sharegroups update 1234 --label "new_label" --description "A new description."
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
images:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>