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
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required
propertyId
string
required

Response

200 - application/json
value
required