> For the complete documentation index, see [llms.txt](https://dev.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.smarttask.io/endpoints/record-activity/add-comment.md).

# Add Comment

## Add Comment

<mark style="color:green;">`POST`</mark> `https://ext-v2.smarttask.io/v{api-version}/record-activity/comment/{organization_id}` &#x20;

This endpoint add a new comment on a task

#### Path Parameters

| Name             | Type   | Description                        |
| ---------------- | ------ | ---------------------------------- |
| organization\_id | number | OrganizationId of the organization |
| api-version      | string | Api Version (Right now its 1.0)    |

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer Access Token |

#### Request Body

* Please refer to [Record Activity](/models/record-activity.md)

{% tabs %}
{% tab title="200 Added Successfully" %}

```
```

{% endtab %}
{% endtabs %}
