Add/Remove Container group


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

Add/Remove certain containers to/from a group


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345

Name
Description
company_idstring
A unique company identifier generated by the Ocamba.


Example: 7196310

container_idstring
A unique identifier generated by the Ocamba.


Example: 30677878

create_timestring
Timezone: GMT.


Example: 2021-10-29 12:47:00

group_idstring
A unique identifier generated by the Ocamba.


Example: 450

update_timestring
Timezone: GMT.


Example: 2021-10-30 14:27:26

204 - No Content
Arrow
tip
1 Field add is required without remove. Field remove is required without add.
add Arrow
{
  "add" : ["33530296", "7403921", "128708679"]
}
{
  "remove" : ["33530296", "7403921"]
}