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

# Update meta dictionary value

`PATCH /meta-dictionary-values/{id}/`

Use this method to update a meta dictionary value.

## Path parameters

- `id` integer, required

## Request body

- PatchedMetaDictionaryValueRequest
  - `dictionary` integer
  - `value` string — Dictionary value

## Response `200`

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