Update Application group


                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
Description
idstringrequired
Unique resource identifier.


Example: 12345

Name
Description
colorstring
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
Arrow

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.

200 Arrow
{
    "name": "first",
    "color" : "#836265",
    "description" : "My first Group"
}