v53

latestSwagger 2.0Open Government Licence v3.0raw.githubusercontent.com2026-08-053554106.9 KB
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

op'add'

The operation to be made on path.

  • add - Sets the value for the provided path
path'/node_id' | '/order'

Path to value that needs to be operated on.

valuestring

A value that will be set for the provided path. /node_id accepts string values, and /order accepts integer values.

Example request

[
  {
    "path": "/node_id",
    "value": "node_123"
  }
]

Response

The dimension option was modified and the successfully applied patch operations are returned