improved

[Core API] Attachment support for comments

Comment endpoints now support attachments when creating or fetching them.

  • Attachments can be included when creating new comments: POST /conversations/:conversation_id/comments. Request must be in multipart/form-data. For more information see Create comment .
  • Attachments links will be included when fetching existing comments:
    • GET /comments/:comment_id
    • GET /conversations/:conversation_id/comments/:comment_id
    • GET /conversations/:conversation_id/comments