Skip to main content

Set groups and devices in group

POST 

/api/v1/org/groups/childs

Set groups and devices in group

Request

Body

required

    id numberrequired
    parent numbernullable

    Parent group ID, if set to null then the existing parent will be removed

    devices string[]
    groups number[]

Responses

Schema

    id numberrequired
    name string
    description string
    devices string[]
    groups number[]
    parent number
Loading...