---
title: "Update a dimension"
method: PATCH
path: "/dimension/{id}"
tags: ["Dimension"]
---

# Update a dimension

`PATCH /dimension/{id}`

Updates an dimension.

## Path parameters

- `id` integer, required

## Request body

- RuntimeConfigurationDimensionWrite
  - `status` 'active' | 'inactive'
  - `order` integer — The priority this dimension will have whenever runtime configuration values are merged (lower prelates higher numbers)

## Response `200`

The operation was successful.

- RuntimeConfigurationDimension
  - `id` integer — A system-wide unique ID representing the dimension.
  - `name` string — The name of the dimension
  - `status` 'active' | 'inactive' — The status of this dimension.
  - `slug` string — A name-derived string representing the dimension.
  - `nrn` string — NRN (at or below) where the dimension applies.
  - `order` integer — The priority this dimension has whenever runtime configuration values are merged (lower prelates higher numbers).
  - `values` RuntimeConfigurationDimensionValue
    - `id` integer — A system-wide unique ID representing the value.
    - `name` string — The name of the dimension value.
    - `status` 'active' | 'inactive' — The status of this runtime configuration dimension value.
    - `slug` string — A string representing the dimension value.
    - `nrn` string — NRN (at or below) where the dimension value applies.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
