v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0393116227.2 KB
tags

Update tag

Updates an existing tag's name or description. This is a partial update: only fields provided with a non-empty value are changed; fields that are omitted or sent as an empty string are left unchanged. The tag color is managed in the dashboard and is always preserved.

Required roles: All

put/tags/{id}

Path parameters

idstring required

Tag ID

Request body

namestring

New tag name. Omit or send an empty string to leave unchanged.

descriptionstring

New tag description. Omit or send an empty string to leave unchanged.

Response

Successfully updated tag

idstring required

Tag ID

namestring required

Tag name

descriptionstring required

Tag description