/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 29m ago · Updated 7d ago
Details
Filter operations
Activity
5
get
/activity/{taskId}
post
/activity/create
put
/activity/comment
post
/activity/comment
delete
/activity/comment
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
Organization Management
30
Projects
5
Search
1
Tasks
13
Time Entries
4
Workflow Rules
3
Activity
Update an existing comment
put
/activity/comment
Request body
object
required
activityId
string
required
comment
string
required
Response
Comment updated 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
{"stackTrail":"components:responses:updateComment_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
userId
string
nullable
required
content
string
nullable
required
externalUserName
string
nullable
required
externalUserAvatar
string
nullable
required
externalSource
string
nullable
required
externalUrl
string
nullable
required
Changes