article_update
Update an existing article in Voog CMS. Use it to edit title, body, excerpt, path, image, tags, or custom data. Changes are autosaved until you publish.
Instructions
Update an existing article. Title/body/excerpt go to autosaved_* per Voog convention (the public fields are read-only — call article_publish to push autosaved → published). description/path/image_id/tag_names/data are non-autosaved fields and update directly. At least one field must be supplied.
data field is sent via PATCH (merge semantics) — only the keys you pass are touched. To delete a key, use article_delete_data. Calls without data route via PUT as before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| data | No | ||
| path | No | ||
| site | Yes | ||
| title | No | ||
| excerpt | No | ||
| image_id | No | ||
| tag_names | No | ||
| article_id | Yes | ||
| description | No |