# Reply to comment **POST /data/tasks/{task_id}/comments/{comment_id}/reply** Add a reply to a specific comment. The reply will be added to the comment's replies list. ## 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 ### 200: Reply successfully added to comment #### Body Parameters: application/json (object) - **id** (string(uuid)) Reply unique identifier - **comment_id** (string(uuid)) Parent comment identifier - **text** (string) Reply text content - **person_id** (string(uuid)) Person identifier who made the reply - **created_at** (string(date-time)) Creation timestamp [Powered by Bump.sh](https://bump.sh)