Update property value on object level
PATCH {{baseUrl}}/api/model/attributes/:attributeId?showAdvancedProperties=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
showAdvancedProperties | boolean | (Optional) Specify whether to retrieve the values of the advanced properties. |
The advanced properties are presented in the following groups:
"vldbProperties": A list of properties as determined by the common infrastructure. If omitted or false the API will return information field only.
If true, all applicable advanced properties are returned.
|
Request Body
{"advancedProperties"=>{"vldbProperties"=>{"VLDB Select"=>{"."=>{"Do Case Insensitive Comparison for Strings in Filters"=>{"value"=>1}}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization Token | |
X-MSTR-MS-Changeset | string | (Required) Changeset ID | |
Content-Type | string |