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)
Required
comment (string)
Required
mentions (Mentions)
CommentInfo #
comment_id (string)
Required
comment (string)
Required
comment_type (CommentType)
Required
is_edited (bool)
Required
mentions (Mentions)
Required
created_by (string)
Required
domain_id (string)
Required
workspace_id (string)
Required
project_id (string)
Required
task_id (string)
Required
created_at (string)
Required
updated_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)
Required
comment (string)
Required
mentions (Mentions)
CommentsInfo #
results (CommentInfo)
Repeated
Required
total_count (int32)
Required
Mentions #
USER (string)
Repeated
Required
USER_GROUP (string)
Repeated
Required