# Update a tasks comment's content Required scopes: task-management:write Comments can only be updated by the author of the comment Endpoint: PATCH /tasks/comments/{id} Version: v1 Security: http, oauth2 ## Path parameters: - `id` (string, required) ## Query parameters: - `find_by` (string) The field to search by Enum: "id", "uri", "external_id" - `origin` (string) Used if find_by=external_id by default it will use the integration slug ## Request fields (application/json): - `comment` (string) In HTML use " /> to mention user - `is_public` (boolean) ## Response 401 fields (application/json): - `message` (string, required) Error overview. ## Response 403 fields (application/json): - `message` (string, required) Error overview. Example: "You are not allowed to edit this comment" ## Response 422 fields (application/json): - `message` (string, required) Errors overview. - `errors` (object, required) A detailed description of each field that failed validation.