Skip to main content

Updates thing info

PUT 

/iot/things/:thingId

Update is performed by replacing the current resource data with values provided in a request payload. Note that the thing's type and ID cannot be changed.

Authorization Action:

core:things:update

Request

Path Parameters

    thingId uuidrequired

    Unique thing identifier.

Body

required

Arbitrary, object-encoded thing's data.

    name string

    Free-form thing name.

    metadata object

Responses

Thing updated.

Loading...