Skip to main content

Update a tag

Method: PUT

URL: https://example.com/<MIXPOST_CORE_PATH>/api/<workspaceUuid>/tags/{tagUuid}

Authorization: Bearer <token>

Body:

{
"name": "motivation",
"hex_color": "#60a5fa"
}
KeyFormatRequiredDescription
namestringrequired
hex_colorstringrequiredHEX color

Response:

{
"success": true,
}