---
title: "Edit tag"
method: PUT
path: "/api/v1/tag"
tags: ["Tags"]
---

# Edit tag

`PUT /api/v1/tag`

Edit tag by id

## Query parameters

- `tag_id` string, uuid, required

## Request body

- TagDTO
  - `tag` string, required

## Response `201`

Resource created successfully.

- CreatedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `409` — The resource already exists or conflicts with an existing one.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
