Blog Posts

Update Blog Post

Updates a specific blog post.

put/v1/shops/{shopId}/blog-posts/{blogPostId}

Request body

idinteger required
pathstring

Must match the regex /^[a-z0-9-]+$/.

titlestring required

Must not be greater than 255 characters.

summarystring

Must not be greater than 2000 characters.

contentstring required

Must not be greater than 100000 characters.

image_idstring
meta_titlestring

Must not be greater than 255 characters.

meta_descriptionstring

Must not be greater than 255 characters.

Example request

{
  "id": 12,
  "path": "8",
  "title": "zwszwtxpeqqikym",
  "summary": "wkiinfowtzmixko",
  "content": "lowyuffszfrcsnw",
  "meta_title": "wxvxezhebdrxkpi",
  "meta_description": "ypmuihrdifekzag"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.