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

# Edit a post

`PUT /external/api/partner/v1/post/`

## Request body

- object
  - `id` string, required — Required ID of the post that will be edited
  - `body_text` string — The text that will appear in the body of the post. Body text cannot be longer than 8,192 bytes/characters.
  - `hashtag` string — An optional hashtag that will appear in the post. This field cannot contain spaces.
  - `lat` number, float — An optional latitude parameter to geotag a post
  - `lon` number, float — An optional longitude parameter to geotag a post
  - `smartlink_url` string — An optional url that will generate a smartlink preview on the post
  - `secure_profile_id` string — An optional field that you can put profile id from /me/profiles endpoint

## Response `200`

200

## 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)
