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

# Add a new meta dictionary

`POST /meta-dictionaries/`

Use this method to add a new meta dictionary.

## Request body

- MetaDictionaryRequest — `MetaDictionary` is a collection of values from which you can select a meta value
  - `id` string, required
  - `name` string, required — Short dictionary name, up to 256 characters
  - `comment` string — Extended description, up to 2048 characters

## Response `201`

- MetaDictionary — `MetaDictionary` is a collection of values from which you can select a meta value
  - `id` string, required
  - `created_date` string, date-time, required — Object creation date
  - `modified_date` string, date-time, required — Object modification date
  - `name` string, required — Short dictionary name, up to 256 characters
  - `comment` string — Extended description, up to 2048 characters

---

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