---
title: "Update a Retrospective Comment"
method: PATCH
path: "/retrospective_comments/{id}"
tags: ["Retrospectives"]
---

# Update a Retrospective Comment

`PATCH /retrospective_comments/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateRetrospectiveCommentRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateRetrospectiveCommentAttributes, required
    - `content` string
    - `resolved` boolean

## Response `200`

OK

- UpdateRetrospectiveCommentResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` RetrospectiveComment, required
    - `attributes` RetrospectiveCommentAttributes, required
      - `content` string, required
      - `replies` RetrospectiveComment[], required
      - `user` User, required
        - `attributes` UserAttributes, required
          - `email` string, required
          - `name` string, required
          - `organizationRole` 'admin' | 'member', required
        - `id` string, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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