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

# Update tag

`PUT /Tag/{tagId}`

Update an existing tag

## Path parameters

- `tagId` integer, required

## Request body

- object
  - `name` string — The name of the tag u want to update

## Response `200`

Successful operation

- ModelTagResponse — tag model
  - `id` string — Id of the tag
  - `objectName` string — Internal object name which is 'Tag'.
  - `additionalInformation` string
  - `create` string, date-time — Date of tag creation
  - `name` string — name of the tag
  - `sevClient` object — Client to which invoice belongs. Will be filled automatically
    - `id` string, required — Unique identifier of the client
    - `objectName` string, required — Model name, which is 'SevClient'

## Other responses

- `401` — Authentication required
- `500` — Server Error

---

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