Name | Type | Description | Notes |
---|---|---|---|
asset_id | str | The ID of the asset this attribute should belong to. | |
type_id | str | The ID of the attribute type for the new attribute. | |
value | object | The value of this attribute. Expected type of the value depends on the type of the attribute.<br/>Following list presents type of the value depending on the kind of the attribute<br/><ul><br/><li> kind: Numeric -> value type: number or string<br/><li> kind: Script -> value type: string<br/><li> kind: Single Value List -> value type: string<br/><li> kind: Date -> value type: number or string<br/><li> kind: String -> value type: string<br/><li> kind: Boolean -> value type: boolean or string<br/><li> kind: Multi Value List -> value type: array of strings<br/></ul> |