// Tags

Update a tag

Rename a tag.

PUT/api/tag

Description

Updates a tag's name. Renaming a tag does not break existing assignments.

Parameters

NameInTypeRequiredDescription
tagId body string yes ID of the tag.
tagName body string no New tag name.

Errors

StatusMeaning
400 Invalid tagId or validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.