Update property value with null (set value back to default)
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"=>nil}}}}}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-MSTR-AuthToken | string | (Required) Authorization Token | |
| X-MSTR-MS-Changeset | string | (Required) Changeset ID | |
| Content-Type | string |