Private
Modify a dimension option for an instance
Modify a dimension option for an instance by setting values for node_id or order
patch/instances/{instance_id}/dimensions/{dimension}/options/{option}
Path parameters
instance_idstring required
A unique id for an instance
dimensionstring required
A dimension from a dataset
optionstring required
A option to set within a type
Headers
If-Matchstring
Filter resource version, as returned by a previous ETag, to be validated; or '*' to skip the version check
Request body
Example request
[
{
"path": "/node_id",
"value": "node_123"
}
]Response
The dimension option was modified and the successfully applied patch operations are returned