improved
[Core API] Attachment support for comments
over 3 years ago by Josh Ervin
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 inmultipart/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