ChangeDimensionPropertiesRequest
Request to change the properties of a Dimension.
isBlockedbooleannullable
Block status for Dimension.
Example:
truedimensionTypestringnullable
Dimension Type, e.g. DependentDimension or IndependentDimension.
Possible values: [DependentDimension, IndependentDimension]
Example:
IndependentDimensionChangeDimensionPropertiesRequest
{
"isBlocked": true,
"dimensionType": "IndependentDimension"
}