/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2w ago
Details
Filter operations
Activity
5
Anonymous
2
Api-key
5
Columns
5
Config
1
Default
32
Email-otp
9
External Links
1
Generic-oauth
3
GitHub
8
Invitations
2
Labels
6
get
/label/task/{taskId}
get
/label/workspace/{workspaceId}
post
/label
get
/label/{id}
put
/label/{id}
delete
/label/{id}
Magic-link
2
Notifications
5
Organization
30
Projects
5
Search
1
Tasks
13
Time Entries
4
Workflow Rules
3
Labels
Create a new label in a workspace
post
/label
Request body
object
required
name
string
required
color
string
required
workspaceId
string
required
taskId
string
Response
Label created successfully
object
required
id
string
required
name
string
required
color
string
required
{"stackTrail":"paths:/label:post:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
taskId
string
required
workspaceId
string
required
Changes