Update tag

View as MarkdownOpen in Claude
Edits the tag. **PATCH is partial**: send only the fields you want to change (present fields must not be blank). Answers **200** with the updated tag document. **Body** (JSON, all optional): - `name` (string, max 30) — unique among your organization's tags. - `color` (string) — hex color, e.g. `#00FF00`. - `order` (integer, min 1, max = number of tags) — new position in the list; the sibling tags are resequenced automatically. Requires a full-access token. Tags of other organizations answer 404.

Authentication

AuthorizationBearer

Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.

Path parameters

tag_idstringRequired

Request

This endpoint expects an object.
colorstringOptional

Response

200 - Tag updated

dataobjectOptional
jsonapiobjectOptional