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

# Update a dimension value

`PATCH /dimension/{dimensionId}/value/{id}`

Updates a dimension value.

## Path parameters

- `dimensionId` integer, required
- `id` integer, required

## Request body

- RuntimeConfigurationDimensionValueWrite
  - `name` string — The name of the dimension value.
  - `status` 'active' | 'inactive' — The status of the dimension value.

## Response `200`

The operation was successful

- 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.

---

[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)
