# Add comment attachments **POST /actions/tasks/{task_id}/comments/{comment_id}/add-attachment** Add one or more files as attachments to a specific comment. Supports various file types including images and documents. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** () Unique identifier of the task - **comment_id** () Unique identifier of the comment ## Responses ### 201: Files successfully added as attachments #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Attachment file unique identifier - **name** (string) File name - **mimetype** (string) File MIME type - **size** (integer) File size in bytes - **comment_id** (string(uuid)) Comment identifier [Powered by Bump.sh](https://bump.sh)