# Add task batch comments **POST /actions/tasks/{task_id}/batch-comment** Creates new comments for given task. Each comment requires a text, a task_status and a person as arguments. Can include preview files and attachments. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** (string(uuid)) Task unique identifier ## Body parameters Content-type: multipart/form-data - **comments** (string) JSON string containing array of comments ## Responses ### 201: New comments created #### Body Parameters: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)