Skip to main content
PUT
/
components
/
instances
/
{id}
/
properties
/
{propertyId}
Update Component Instance Property
curl --request PUT \
  --url https://api.serial.io/components/instances/{id}/properties/{propertyId} \
  --header 'Authorization: Bearer <token>'
{
  "value": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.serial.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Path Parameters

id
string
required

Component instance id

propertyId
string
required

Dataset id associated with property

Response

200 - application/json

OK

value
required

Value of property