Add new comments to the conversation
POST {{baseUrl}}/iq/conversations/:conversationId/comments
Add new comments to a specific conversation.
Scopes:
iq_comment:write
,
iq_comment:write:admin
Rate Limit Label
:
Medium
Request Body
{"comment"=>"<string>", "parent_comment_id"=>"<string>", "mention_user_ids"=>["<string>", "<string>"], "mention_team_ids"=>["<string>", "<string>"], "is_private"=>"<boolean>", "time_in_recording"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","parent_comment_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e","user_email":"\u003cstring\u003e","created_time":"\u003cdateTime\u003e","last_modified_time":"\u003cdateTime\u003e","comment":"\u003cstring\u003e","mention_users":[{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e"},{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e"}],"mention_teams":[{"team_id":"\u003cstring\u003e","team_name":"\u003cstring\u003e"},{"team_id":"\u003cstring\u003e","team_name":"\u003cstring\u003e"}],"is_private":"\u003cboolean\u003e","time_in_recording":"\u003cstring\u003e"}