Private
Create one or more dimensions
Create one or more dimensions which are related to an instance
patch/instances/{instance_id}/dimensions
Path parameters
instance_idstring required
A unique id for an instance
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": "/-",
"value": "[{\"dimension\": \"dim1\", \"option\": \"op1\"}, {\"dimension\": \"dim1\", \"option\": \"op2\"}, {\"op\": \"add\", \"path\": \"/dim1/options/op1/order\", \"value\": 3}, {\"op\": \"add\", \"path\": \"/dim1/options/op2/node_id\", \"value\": \"node123\"}]"
}
]Response
All dimensions were successfully created