---
title: "Resolve Comment Thread"
method: PUT
path: "/v1/comment_thread/{comment_thread_id}/resolve"
tags: ["Comment"]
---

# Resolve Comment Thread

`PUT /v1/comment_thread/{comment_thread_id}/resolve`

Resolve a comment thread

## Path parameters

- `comment_thread_id` string, uuid, required

## Response `200`

Successfully resolved the comment thread

- object
  - `metadata` object
    - `change` object — Changes made to the comment thread
    - `event` string — Event type for the operation
    - `resourceId` string — UUID of the resolved comment thread
  - `data` CommentThread
    - `publicId` string, uuid
    - `resolvedAt` string, date-time
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `resolver` User2
      - `name` string
    - `comments` 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
    - `isCommentInitiator` 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)
