v51

OpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Objects

Create or update a single asset property

Upsert a single asset property identified by name. The name is taken from the URL path (URL-encoded). The attribute name must be defined in the asset management schema and the value is validated against that schema (data type, range, enum, etc.). The target object must be an asset.

put/v1/objects/{object-id}/asset-properties/{name}

Path parameters

object-idinteger required
namestring required

Asset property (attribute) name (URL-encoded).

Request body

valuestring required

Property value. Validated against the asset management schema.

Response

Property created or updated.

namestring
valuestring