osc block-storage group set313
Update the group.
Expected format of the input parameter 'body':
text { "group": { "name": "my_group", "description": "My group", "add_volumes": "volume-uuid-1,volume-uuid-2,...", "remove_volumes": "volume-uuid-8,volume-uuid-9,..." } } 
Usage: osc block-storage group set313 [OPTIONS] <ID>
Arguments:
<ID>— id parameter for /v3/groups/{id} API
Options:
--add-volumes <ADD_VOLUMES>--no-add-volumes— Set explicit NULL for the add_volumes--description <DESCRIPTION>--no-description— Set explicit NULL for the description--name <NAME>--no-name— Set explicit NULL for the name--remove-volumes <REMOVE_VOLUMES>--no-remove-volumes— Set explicit NULL for the remove_volumes