---
title: "Edit existing Tag"
method: PUT
path: "/tag/{tagId}"
tags: ["tags"]
---

# Edit existing Tag

`PUT /tag/{tagId}`

Edit existing Tag

## Path parameters

- `tagId` integer, required

## Response `201`

successful operation

- Tag[]
  - `tagId` integer — The Tag ID
  - `tag` string — The Tag Name
  - `isSystem` integer — Flag, whether the tag is a system tag
  - `isRequired` integer — Flag, whether the tag requires additional values
  - `options` string, nullable — An array of options assigned to this Tag

## Changes

- **2026-02-25** `41c04de98ec5` — 2 breaking, 1 info
  - added the new path request parameter `tagId`
  - added required request body
  - added the media type `application/json` for the response with the status `201`
- **2020-02-17** `8e1275395104` — 2 breaking, 1 warning
  - removed the request body
  - removed the media type `application/json` for the response with the status `201`
  - deleted the `path` request parameter `tagId`

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/tag/:tagId/put.md)

---

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