Skip to main content

Set Device Properties

PUT 

/api/v1/device/:deviceId

This service message allow to update props of device

Request

Path Parameters

    deviceId stringrequired

Body

required

    name string
    orgUID numbernullable

    Set the unique given id or null to remove the exists uid.

    groupId numbernullable

    Set group ID to associate the device with a specific group. set to null to remove the existing group association.

Responses

Schema

    name string
    orgUID numbernullable

    Set the unique given id or null to remove the exists uid.

    groupId numbernullable

    Set group ID to associate the device with a specific group. set to null to remove the existing group association.

Loading...