---
title: "Mark a comment as read"
method: PATCH
path: "/comments/{id}/read"
tags: ["Phone Number Orders"]
---

# Mark a comment as read

`PATCH /comments/{id}/read`

## Path parameters

- `id` string, required

## Response `200`

A Comment Response

- object
  - `data` object
    - `id` string, uuid
    - `body` string
    - `commenter` string
    - `commenter_type` 'admin' | 'user'
    - `comment_record_type` 'sub_number_order' | 'requirement_group'
    - `comment_record_id` string, uuid
    - `read_at` string, date-time — An ISO 8901 datetime string for when the comment was read.
    - `created_at` string, date-time — An ISO 8901 datetime string denoting when the comment was created.
    - `updated_at` string, date-time — An ISO 8901 datetime string for when the comment was updated.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
