---
title: "Add a new meta dictionary value"
method: POST
path: "/meta-dictionary-values/"
tags: ["meta-dictionary-values"]
---

# Add a new meta dictionary value

`POST /meta-dictionary-values/`

Use this method to add a new meta dictionary value.

## Request body

- MetaDictionaryValueRequest
  - `dictionary` integer, required
  - `value` string, required — Dictionary value

## Response `201`

- MetaDictionaryValue
  - `id` integer, required
  - `dictionary` integer, required
  - `value` string, required — Dictionary value

---

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