Update Tag (lawmatics_update-tag)
Update an existing tag in Lawmatics by ID.
Tool Input
tagIdstringrequired— ID of the tag to update; a numeric string(pattern: ^\d+$)
namestring— New tag name
descriptionstring— New free-text tag description
colorstring— New tag color. Any CSS-valid color (hex, rgb, hsl, or color name)
Tool Output
idstringrequired— Lawmatics tag ID
namestringrequired— Tag name
descriptionstringnullrequired— Free-text tag description; null when the tag has none or the response omits it
colorstringnullrequired— Tag color as a CSS color string (e.g. #554433); null when the tag has none or the response omits it
createdAtstringnullrequired— When the tag was created, as an ISO 8601 timestamp; null when the update response omits it
updatedAtstringnullrequired— When the tag was last updated, as an ISO 8601 timestamp; null when the update response omits it
Related Tools