update_page
Update any field of an existing Wiki.js page by providing its ID. Modify title, content, description, publication status, or tags without affecting other fields.
Instructions
Update an existing page by id. Only the fields you pass are changed; the rest are kept from the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| title | No | ||
| content | No | ||
| description | No | ||
| is_published | No |