Aerovy Platform logo

Set a thing property

PATCHhttps://spectra.api.aerovy.com/v2/things/{thingId}/properties/{key}

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.

valuestringrequired

The new value for the property.

Response

application/json

Updated.