Update a share group
Updates the details of a share group you own. Run this operation to edit the label or description of a particular sharegroup.
label
description
Run the List share groups operation to get the id you should use as the (sharegroupId) path parameter that identifies an existing share group.
id
(sharegroupId)
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 image-sharegroups update 1234 --label "new_label" --description "A new description." Copy
linode-cli image-sharegroups update 1234 --label "new_label" --description "A new description."
Learn more...
images:read_write Copy
images:read_write
Update a share group
Updates the details of a share group you own. Run this operation to edit the
labelordescriptionof 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.<
>
Learn more...
Learn more...