---
title: "Create Comment"
method: POST
path: "/finalize/v2/agreements/{agreement_id}/comments"
tags: ["Finalize Comments"]
---

# Create Comment

`POST /finalize/v2/agreements/{agreement_id}/comments`

## Path parameters

- `agreement_id` string, uuid, required

## Request body

- object
  - `data` object
    - `text` string, required — The text of the comment.

## Response `201`

created

- object
  - `data` object, required
    - `id` string, uuid, required — The UUID of the comment record.
    - `author_id` string, uuid, required — The UUID of the author of the comment record.
    - `text` string, required — The text content of the comment.
    - `commentable_id` string, uuid, required — The UUID of the agreement.
    - `created_at` string, date-time, required — The ISO 8601 datetime of when the comment was created.

## Other responses

- `404` — not_found
- `422` — unprocessable_entity

---

[API](https://skmtc.net/linksquares/apis/linksquares-api.md) · [All operations](https://skmtc.net/linksquares/apis/linksquares-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linksquares/linksquares-api/revisions/4d597e83cd78/schema)
