/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 45m ago · Updated 1w ago
Details
Filter operations
Activity
5
get
Get Activities
post
Create Activity
put
Update Comment
post
Create Comment
delete
Delete Comment
Assets
1
Authentication
3
Columns
5
Comments
4
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
Notification Preferences
4
Notifications
5
Organization Management
35
Projects
7
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
Workflow Rules
3
Workspaces
1
Activity
Create Comment
Create a new comment on a task
post
/activity/comment
Request body
object
required
taskId
string
required
comment
string
required
Response
Comment created successfully
object
required
id
string
required
taskId
string
required
type
'comment'
|
'task'
|
'status_changed'
|
'priority_changed'
|
'unassigned'
|
'assignee_changed'
|
'due_date_changed'
|
'title_changed'
|
'description_changed'
|
'create'
required
createdAt
string
date-time
required
userId
string
nullable
required
content
string
nullable
required
eventData
object
nullable
required
externalUserName
string
nullable
required
externalUserAvatar
string
nullable
required
externalSource
string
nullable
required
externalUrl
string
nullable
required
Changes