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 stringnullable

    Set the platform instance id or null to remove the existing one.

    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 stringnullable

    Set the platform instance id or null to remove the existing one.

    groupId numbernullable

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

Loading...