---
title: "Update meta dictionary properties"
method: PATCH
path: "/meta-dictionaries/{id}/"
tags: ["meta-dictionaries"]
---

# Update meta dictionary properties

`PATCH /meta-dictionaries/{id}/`

Use this method to update a meta dictionary properties.

## Path parameters

- `id` string, required

## Request body

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

## Response `200`

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