put https://example.com/api/device-groups/
Update a device groups settings including name
, type
, and other config
values.
Log in to see full request history
Responses
Update a device groups settings including name
, type
, and other config
values.
xxxxxxxxxx
12curl --request PUT \
--url https://example.com/api/device-groups/%7BdeviceGroup.identifier%7D \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "UNSPECIFIED",
"config": {
"runtime": "NONE"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: