Kaneo Logo
Labels

Update Label

Update an existing label

PUT
/label/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Request Body

application/json

name*string
color*string

Response Body

application/json

curl -X PUT "https://cloud.kaneo.app/api/label/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "color": "string"  }'
{
  "id": "string",
  "name": "string",
  "color": "string",
  "createdAt": null,
  "taskId": "string",
  "workspaceId": "string"
}