Update property value on object level

PATCH {{baseUrl}}/api/model/attributes/:attributeId?showAdvancedProperties=true

Request Params

KeyDatatypeRequiredDescription
showAdvancedPropertiesboolean(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

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization Token
X-MSTR-MS-Changesetstring(Required) Changeset ID
Content-Typestring