---
title: "Edit a comment"
method: PUT
path: "/external/api/partner/v1/comment/"
---

# Edit a comment

`PUT /external/api/partner/v1/comment/`

## Request body

- object
  - `id` string, required — Required ID of the comment that will be edited
  - `body_text` string, required — The text that will appear in the body of the comment.
  - `secure_profile_id` string — An optional field that you can put profile id from /me/profiles endpoint

## Response `200`

200

- object
  - `result` string

## Other responses

- `400` — 400

---

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