Update news article
update_blogUpdate a store news article by its ID with the fields to change. Use it when a published post needs corrections or refreshed content.
Instructions
Update a store news article. Call get_operation_schema("UpdateBlog") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | News article ID (UUID). | |
| blog | Yes | Fields matching the UpdateBlog request schema. |