Tags

Update a tag

Update a tag

Request

  • Method: PUT
  • URL: https://app.socialk.it/core/api/<workspaceUuid>/tags/{tagUuid}
  • Authorization: Bearer <token>

Body

{
  "name": "motivation",
  "hex_color": "#60a5fa"
}
KeyTypeRequiredDescription
namestringNoThe name of the tag
hex_colorstringNoThe color of the tag (hex format)

Response

{
  "success": true,
}
{
  "message": "Unauthenticated."
}
{
  "message": "Access forbidden."
}
{
  "message": "Workspace not found."
}
{
  "message": "Tag not found."
}
{
  "message": "Validation errors",
  "errors": {}
}