---
title: "Update Blog Post"
method: PATCH
path: "/sites/multiscreen/{site_name}/blog/posts/{post_id}"
---

# Update Blog Post

`PATCH /sites/multiscreen/{site_name}/blog/posts/{post_id}`

Updates a blog post.

## Path parameters

- `site_name` string, required
- `post_id` string, required

## Request body

- object
  - `author_name` string — The author name of the blog post.
  - `description` string — The description for the blog post.
  - `meta_title` string — The title of the page (inside the <title> HTML tag).
  - `no_index` boolean
  - `path` string — Should be unique from other pages/posts on the site.
  - `publish_date` string, date-time — This field must be provided in the ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss (e.g., 2024-12-25T08:30:15). This timestamp is used only for display purposes. It does not affect the post’s published status and cannot be used to schedule a future publication.
  - `schedule_publish_date` string, date-time — This field must be provided in the ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss (e.g., 2024-12-25T08:30:15). Post will be published on the specified date.
  - `tags` string[] — The tags for the blog post.
  - `title` string — The title of the blog post.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/duda/apis/partner-api.md) · [All operations](https://skmtc.dev/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
