---
title: "Copy of List Rich Posts"
method: PATCH
path: "/rich-posts/{rich_post_id}/"
---

# Copy of List Rich Posts

`PATCH /rich-posts/{rich_post_id}/`

## Path parameters

- `rich_post_id` string, required

## Headers

- `Authorization` string

## Request body

- object
  - `title` string — Updated title of the rich post.
  - `content` string — Updated HTML content of the post. Text only — images cannot be changed after publishing
  - `localized_data` object — Localized title and content keyed by locale code
    - `locale` object
      - `title` string — localized title
      - `content` string — localized content

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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