Skip to main content

ChangeDimensionPropertiesRequest

Request to change the properties of a Dimension.

isBlockedbooleannullable

Block status for Dimension.

Example: true
dimensionTypestringnullable

Dimension Type, e.g. DependentDimension or IndependentDimension.

Possible values: [DependentDimension, IndependentDimension]

Example: IndependentDimension
ChangeDimensionPropertiesRequest
{
"isBlocked": true,
"dimensionType": "IndependentDimension"
}