/
KA
kan
/
Kan API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 2mo ago
Details
Filter operations
Attachments
3
Boards
8
Cards
17
post
Create a card
post
Add a comment to a card
put
Update a comment
delete
Delete a comment
put
Add or remove a label from a card
put
Add or remove a member from a card
get
Get a card by public ID
put
Update a card
delete
Delete a card
get
Get paginated card activities
post
Duplicate a card
post
Add a checklist to a card
put
Update a checklist
delete
Delete a checklist
post
Add an item to a checklist
delete
Delete a checklist item
patch
Update a checklist item
Health
2
Imports
2
Integration
3
Integrations
2
Invites
5
Labels
4
Lists
3
Permissions
11
Users
3
Webhooks
5
Workspaces
11
Cards
Update a card
Updates a card by its public ID
put
/cards/{cardPublicId}
Path parameters
cardPublicId
string
required
Request body
object
required
title
string
description
string
index
number
listPublicId
string
dueDate
string
nullable
Response
Successful response
object
required
publicId
string
required
title
string
required
description
string
nullable
required
dueDate
string
nullable
required
Changes