update_post
Update an existing blog post by its slug, changing only the fields you provide such as title, body, excerpt, or publish status.
Instructions
Update an existing post by slug. Requires LONTAR_API_TOKEN. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Current post slug | |
| title | No | New title (regenerates slug) | |
| body | No | New body (Markdown) | |
| excerpt | No | New excerpt | |
| published_at | No | New publish date, or null to unpublish |