cURL
curl --request PUT \ --url https://api.serial.io/components/instances/{id}/properties/{propertyId} \ --header 'Authorization: Bearer <token>'
{ "value": 123 }
Add data to property
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Bearer <YOUR_KEY_OR_TOKEN>
Component instance id
Dataset id associated with property
OK
The response is of type object.
object