Tags
Update tag
Update one tag by tag ID.
PUT
Updates one
Tag.
The
{id} path segment is the tag ID on this route, not the tag group ID.Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Tag ID to update.
Body parameters
Updated tag label.
Updated tag description or instruction text.
Response
Returns the updatedTag.
Current controller behavior: unknown tag IDs currently surface as
500 Internal Server Error on this route. Tags in Fini-managed groups are also not part of the supported write contract.Errors
400 Bad Request
400 Bad Request
The body is malformed.
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while resolving the tag or updating it in storage.

