Set a thing property
PATCH
Sets a single thing property. Requires an API key with the write action scoped to the thing.
Loading code example
Loading code example
Authorizations
apiKeystringheaderrequired
API key passed in the header.
Path Parameters
thingIdstringrequired
The thing id.
keystringrequired
The property key to set.
Body
The new property value.
valuestringrequiredThe new value for the property.
Response
application/json
Updated.