---
title: "PATCH /website/update-tag"
method: PATCH
path: "/website/update-tag"
tags: ["Website", "User Tags"]
---

# PATCH /website/update-tag

`PATCH /website/update-tag`

Updates an existing user tag or creates a new one for the current user.

## Request body

- ModelsUserTagsBody
  - `apiKey` string
  - `color` string
  - `enabled` boolean
  - `icon` string
  - `reset` boolean
  - `tag_name` string
  - `tag_options` object[]
    - `age` number
    - `color` string
    - `icon` string
    - `text` string
    - `textColor` string
  - `text` string
  - `textColor` string
  - `tooltip` string

## Response `200`

Tag updated successfully

- object

## Other responses

- `400` — Invalid request payload
- `403` — Forbidden - Insufficient permissions
- `500` — Internal server error

---

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