Comment
Package : spaceone.api.opsflow.v1
Comment
Comment Methods:
create
POST /opsflow/v1/comment/create
update
POST /opsflow/v1/comment/update
delete
POST /opsflow/v1/comment/delete
get
POST /opsflow/v1/comment/get
list
POST /opsflow/v1/comment/list
stat
POST /opsflow/v1/comment/stat
Message
CommentCreateRequest
task_id (string)
Requiredcomment (string)
Requiredmentions (Mentions)
CommentInfo
comment_id (string)
Requiredcomment (string)
Requiredcomment_type (CommentType)
Requiredis_edited (bool)
Requiredmentions (Mentions)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredproject_id (string)
Requiredtask_id (string)
Requiredcreated_at (string)
Requiredupdated_at (string)
Required
CommentRequest
comment_id (string)
Required
CommentSearchQuery
query (Query)
task_id (string)
comment_id (string)
comment_type (CommentType)
user_id (string)
user_group_id (string)
workspace_id (string)
project_id (string)
CommentStatQuery
query (StatisticsQuery)
Required
CommentUpdateRequest
comment_id (string)
Requiredcomment (string)
Requiredmentions (Mentions)
CommentsInfo
results (CommentInfo)
RepeatedRequiredtotal_count (int32)
Required
Mentions
USER (string)
RepeatedRequiredUSER_GROUP (string)
RepeatedRequired
Last updated