---
title: "Update Comment"
method: PATCH
path: "/api/v1/quick-spaces/comments/{comment_id}"
tags: ["quickSpaces", "quickSpaces"]
---

# Update Comment

`PATCH /api/v1/quick-spaces/comments/{comment_id}`

## Path parameters

- `comment_id` string, required

## Request body

- SpaceCommentPatchRequestDTO
  - `resolved` boolean, nullable
  - `body` string, nullable

## Response `200`

Successful Response

- SpaceCommentResponseDTO
  - `id` string, required
  - `author` string, required
  - `body` string, required
  - `x` number, nullable
  - `y` number, nullable
  - `t` number, nullable
  - `t_end` number, nullable
  - `snapshot` string, nullable
  - `resolved` boolean
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
