StatusDashboard
Segments

Update tag

Rename a segment tag.

View Markdown

PUT /app/segments/tags/{tagId}

Renames a tag. Requires the Segments plan feature and admin role. Registry assignments and segment references are unchanged — only the tag name updates.


Path parameters

ParameterTypeDescription
tagIduuidTag to update

Request

See API Basics for required headers.

Body

FieldTypeRequiredDescription
namestringYesNew tag name. 1–50 characters. Unique per org (case-insensitive).

Sample request

curl -X PUT https://api.statusdashboard.com/app/segments/tags/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer bcf847abf5c6:def456" \
  -H "Content-Type: application/json" \
  -d '{"name": "Leadership"}'

Sample response

Status: 200 OK

{
  "tag": {
    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "name": "Leadership",
    "memberCount": 12,
    "createdAt": "2026-06-01T10:00:00.000Z",
    "updatedAt": "2026-06-15T09:30:00.000Z"
  }
}

Error responses

StatusWhen
400Validation error or duplicate tag name.
403Not admin or feature not enabled.
404Tag not found.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.