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"
}| Key | Type | Required | Description |
|---|---|---|---|
name | string | No | The name of the tag |
hex_color | string | No | The 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": {}
}