---
title: "Edit an existing Reddit comment"
method: PATCH
path: "/api/v1/misc/reddit/comment"
tags: ["misc"]
---

# Edit an existing Reddit comment

`PATCH /api/v1/misc/reddit/comment`

Update the text content of a published Reddit comment.

## Request body

- object
  - `teamId` string, required
  - `commentId` string, required — The ID of the comment in bundle.social
  - `text` string, required — The updated comment text

## Response `200`

200

- object
  - `success` boolean, required
  - `permalink` string, nullable

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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