put https://api.linode.com//images/sharegroups//images/
Updates the details of an image shared within a share group. Run this operation to edit the label
and description
of a particular shared image.
-
Run the List share groups operation to get the
id
you should use as the(sharegroupId)
path parameter that identifies an existing share group. To get theimageID
, run the List shared images by group operation. -
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 123 images 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>