---
title: "Create a dimension value"
method: POST
path: "/dimension/{dimensionId}/value"
tags: ["Dimension value"]
---

# Create a dimension value

`POST /dimension/{dimensionId}/value`

Create dimension value.

## Path parameters

- `dimensionId` integer, required

## Request body

- RuntimeConfigurationDimensionValueCreate
  - `name` string, required — The name of the dimension value.
  - `nrn` string, required — NRN (at or below) where the dimension value applies.

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