Name | Type | Description | Notes |
---|---|---|---|
id | str | The ID of the attribute to be changed. Silently ignored if the ID is provided as path parameter of the request. | |
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> |