# Acknowledge comment **POST /data/tasks/{task_id}/comments/{comment_id}/ack** Acknowledge a specific comment. If it's already acknowledged, remove the acknowledgement. ## 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 Comment acknowledgement status successfully updated #### Body: application/json (object) - **id** (string(uuid)) Comment unique identifier - **acknowledged** (boolean) Whether the comment is acknowledged [Powered by Bump.sh](https://bump.sh)