Add tasks batch comments
Creates new comments for given tasks. Each comment requires a task_id, text, a task_status and a person as arguments. Can include preview files and attachments.
POST
/actions/tasks/batch-comment
curl \
--request POST 'http://api.example.com/actions/tasks/batch-comment' \
--header "Authorization: $API_KEY" \
--header "Content-Type: multipart/form-data" \
--form "comments=[{"task_id": "uuid", "text": "Good work", "task_status_id": "uuid"}]"
Response examples (201)
[
{}
]