---
title: "POST /task/{task_id}/comments"
method: POST
path: "/task/{task_id}/comments"
---

# POST /task/{task_id}/comments

`POST /task/{task_id}/comments`

## Path parameters

- `task_id` number, required

## Request body

- object
  - `comment` string, required — Comment as text to be added to task
  - `company_people_id` number, required — ID of company employee who made the comment

## Response `201`

Created

- object

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/breezeway/apis/breezeway-auth-api.md) · [All operations](https://skmtc.dev/breezeway/apis/breezeway-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breezeway/breezeway-auth-api/revisions/920ab5205e9d/schema)
