Update Tag
Update an existing custom tag by modifying the label or description.
Use the Update Tag endpoint to modify only the label or description, if you want to assign or unassign resources use this endpoint instead
Query Parameters
api_keystring Required
Your API Key
Path Parameters
:idstring
The tag ID
Body Parameters
labelstring Required
The new label for the tag
descriptionstring
The new description for the tag
Response
200
Object
Successfully updated the custom tag.
Response Attributes
idstring Required
The unique tag ID
timestamp_createdstring Required
The timestamp when the tag was created
timestamp_updatedstring Required
The timestamp of the last update of this tag
organization_idstring Required
The workspace id
labelstring Required
Tag label
descriptionstring
Tag description
404
Object
Tag not found
Response Attributes
statusCodenumber Required
Request status code
errorstring Required
Error type
messagestring Required
Error message
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?