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.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the blog
"blog_abc123"
Name of the blog post
"Getting Started Guide"
URL path of the blog post
"/blog/getting-started"
SEO metadata for the blog post
{
"title": "Getting Started",
"description": "Learn how to get started"
}Blog-specific settings configuration
{ "featured": true, "category": "tutorials" }Blog data and content
{ "content": [], "author": "John Doe" }Language code (e.g., 'en', 'es', 'fr'). Converted to display format for storage.
"en"