Update Container group


                https://api.ocamba.com/v1/hood/groups/{id}
            

Updates the specific Container group by setting the values of the parameters passed. Any parameters not provided will be left unchanged

Rate limits:

Burst: 10/s
Steady: 150/m


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.

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.

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