---
title: "Update thread comment by id"
method: PATCH
path: "/v1/private/traces/threads/comments/{commentId}"
tags: ["Traces"]
---

# Update thread comment by id

`PATCH /v1/private/traces/threads/comments/{commentId}`

Update thread comment by id

## Path parameters

- `commentId` string, uuid, required

## Request body

- Comment
  - `id` string, uuid
  - `text` string, required
  - `source_queue_id` string, uuid
  - `created_at` string, date-time
  - `last_updated_at` string, date-time
  - `created_by` string
  - `last_updated_by` string

## Response `204`

No Content

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
