---
title: "Create a dimension"
method: POST
path: "/dimension"
tags: ["Dimension"]
---

# Create a dimension

`POST /dimension`

Creates a dimension.

## Request body

- RuntimeConfigurationDimensionCreate
  - `name` string, required — The name of the dimension
  - `nrn` string, required — NRN (at or below) where the dimension applies
  - `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.

---

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