wikijs_update_page
Update an existing Wiki.js page by modifying its title, content, description, tags, privacy, or publication status using the page ID.
Instructions
Update an existing page in Wiki.js
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID to update | |
| tags | No | Page tags (optional) | |
| title | No | New page title (optional) | |
| content | No | New page content (optional) | |
| isPrivate | No | Whether the page is private (optional) | |
| description | No | New page description (optional) | |
| isPublished | No | Whether the page is published (optional) |