ghl_blog_update_post
Update an existing blog post by providing its ID and required fields such as title, content, status, and categories.
Instructions
Update Blog Post The "Update Blog Post" API allows you update blog post for any given blog site. Please use blogs/post-update.write Endpoint: PUT /blogs/posts/{postId} (Version header: v3; source: v3/blogs-v3.json) OAuth scopes: blogs/post-update.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| postId | Yes | Path parameter (inferred from the URL template; the official spec omits its declaration). |