---
title: "Update a Standard Vocabulary"
method: PUT
path: "/standardvocab/{id}"
tags: ["metadata"]
---

# Update a Standard Vocabulary

`PUT /standardvocab/{id}`

Requires that the request body contains a List[String] of terms.

## Path parameters

- `id` string, required

## Request body

- string[]

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Not authorized
- `403` — Forbidden

---

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