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
Response
Property created or updated.