Skip to main content
PUT
Update Blog

Update Blog

Updates an existing blog. Only provided fields will be updated.

Request

Path Parameters

id
string
required
The unique blog ID to update

Body Parameters

All parameters are optional. Only provided fields will be updated.
name
string
Internal name of the blog
title
string
The blog title
handle
string
URL-safe handle
templateSuffix
string
Custom template suffix
seoTitle
string
SEO meta title
seoDesc
string
SEO meta description
seoImage
string
SEO/social share image URL

Response

Returns the standard response envelope with the updated blog under data.blog.
status
integer
HTTP status code
state
string
Result state, e.g. success
message
string
Human-readable message (may be null)
data
object
Wrapper containing the updated blog

Example Response

Notes

  • Changing the handle will break existing links to the blog

Errors

On failure the same envelope is returned with state: "error" and a message:
StatusCondition
401Invalid or missing access token
403App doesn’t have write_content scope
404Blog with the specified ID does not exist