---
title: "PATCH /vocabulary/{id}"
method: PATCH
path: "/vocabulary/{id}"
tags: ["vocabularyController"]
---

# PATCH /vocabulary/{id}

`PATCH /vocabulary/{id}`

## Path parameters

- `id` object, required

## Request body

- VocabularyPartial — (tsType: Partial<vocabulary>, schemaOptions: { partial: true })
  - `vocabulary_id` string
  - `vocabulary_name` string
  - `vocabulary_reference` string
  - `vocabulary_version` string
  - `vocabulary_concept_id` number

## Response `204`

vocabulary was updated

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
