Update a blog
Blog Management
Update a blog
Updates a blog using PATCH semantics. Accepts lang_code (e.g., ‘en’, ‘es’) for language and converts to display format for storage. Undefined fields are not modified, null clears the field.
PATCH
Update a blog
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
Unique identifier of the website
Example:
"ws_abc123"
Unique identifier of the blog
Example:
"blog_abc123"
Body
application/json
Name of the blog post
Example:
"Getting Started Guide"
URL path of the blog post
Example:
"/blog/getting-started"
SEO metadata for the blog post
Example:
{
"title": "Getting Started",
"description": "Learn how to get started"
}Blog-specific settings configuration
Example:
{ "featured": true, "category": "tutorials" }Blog data and content
Example:
{ "content": [], "author": "John Doe" }Language code (e.g., 'en', 'es', 'fr'). Converted to display format for storage.
Example:
"en"

