Update Application group
https://api.ocamba.com/v1/hood/application-groups/{id}
https://api.ocamba.com/v1/hood/application-groups/{id}
Updates the specific Application group by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
Name
Descriptioncolorstring
Group color.Example: #6d9382
descriptionstring
The more detailed description of the Group.Example: This is my first group.
itemsarray
Array of applications, maximum number of items is limited by your plan.Example: {"google.com", "www.youtube.com"}
namestringrequired
Group name.Example: example_group_name
204 - No Content
note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the group.
tip
1 If you don't know the group id, list the groups to find it.