---
title: "Update Blog Post"
method: PUT
path: "/v1/shops/{shopId}/blog-posts/{blogPostId}"
tags: ["Blog Posts"]
---

# Update Blog Post

`PUT /v1/shops/{shopId}/blog-posts/{blogPostId}`

Updates a specific blog post.

## Request body

- object
  - `id` integer, required
  - `path` string — Must match the regex /^[a-z0-9-]+$/.
  - `title` string, required — Must not be greater than 255 characters.
  - `summary` string — Must not be greater than 2000 characters.
  - `content` string, required — Must not be greater than 100000 characters.
  - `image_id` string
  - `meta_title` string — Must not be greater than 255 characters.
  - `meta_description` string — Must not be greater than 255 characters.

## Response `200`

---

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