---
title: "Create New Comment"
method: POST
path: "/v1/comment_thread/{comment_thread_id}/comment"
tags: ["Comment"]
---

# Create New Comment

`POST /v1/comment_thread/{comment_thread_id}/comment`

Create a new comment within a specific comment thread

## Path parameters

- `comment_thread_id` string, uuid, required

## Request body

- CreateComment
  - `context` BaseRequestContext
    - `projectId` string, uuid
    - `processPublicId` string, uuid, nullable
    - `processSectionPublicId` string, uuid, nullable
    - `processResponsePublicId` string, uuid, nullable
  - `commentText` string, required

## Response `200`

Successfully created a new comment

- object
  - `metadata` object
    - `change` object — Changes made in this operation
    - `event` string — Event type for the operation
    - `resourceId` string — UUID of the newly created comment
  - `data` Comment
    - `publicId` string, uuid
    - `commentText` string
    - `user` SummaryUser
      - `firebaseUserId` string
      - `publicId` string, uuid
      - `name` string
      - `email` string
      - `profilePicture` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `isOwner` unknown

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
