/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 45m ago · Updated 2w ago
Details
Filter operations
Activity
5
Config
1
GitHub
8
Labels
6
get
/label/task/{taskId}
get
/label/workspace/{workspaceId}
post
/label
get
/label/{id}
put
/label/{id}
delete
/label/{id}
Notifications
5
Projects
5
Search
1
Tasks
13
Time Entries
4
Labels
Update an existing label
put
/label/{id}
Path parameters
id
string
required
Request body
object
required
name
string
required
color
string
required
description
string
Response
Label updated successfully
object
required
id
string
required
name
string
required
color
string
required
{"stackTrail":"paths:/label/{id}:put:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
taskId
string
required
workspaceId
string
required
Changes