# Adds a new comment to the specified task **POST /tasks/{id}/comments** Adds a new comment to the specified task. Comments cannot be blank and must be 4000 characters or less. ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **id** (integer) ### Body: application/json (object) - **message** (string) Add new comment message for the task. Comments can not be null. ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer) - **message** (string) - **commentDate** (string(date-time)) - **userFullName** (string) [Powered by Bump.sh](https://bump.sh)