Update Group

PATCH {{protocol}}://{{media_manager_url}}/group/{{group_id}}

Update group name and parent group.

Body: form-data

namedescription
name[string] Required. New name of the group
group_id[id] Required. The groupid of the parent group. This can be the current groupid value of the group record

Request Body

[{"name"=>"name", "value"=>"", "datatype"=>"null"}, {"name"=>"group_id", "value"=>"", "datatype"=>"null"}]

RESPONSES

status: OK

{"message":"Updated group New Group Name","status":"OK","code":200,"data":[{"id":"2-10947569-pccd0x","name":"New Group Name","group_id":"2-10947569-pccd0x"}]}