---
title: "PATCH /v1/attachments/comments/{id}/"
method: PATCH
path: "/v1/attachments/comments/{id}/"
tags: ["v1"]
---

# PATCH /v1/attachments/comments/{id}/

`PATCH /v1/attachments/comments/{id}/`

## Path parameters

- `id` integer, required

## Request body

- PatchedCommentAttachment
  - `id` integer
  - `body` string
  - `user` integer, nullable
  - `context` unknown
  - `content_type` string
  - `object_id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

- CommentAttachment
  - `id` integer, required
  - `body` string, required
  - `user` integer, nullable, required
  - `context` unknown
  - `content_type` string, required
  - `object_id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
