Update page
update_pageModify a Wiki.js page by its ID, changing only the fields you supply. Retrieve the ID from search or list pages first.
Instructions
Update an existing page by id. Only the provided fields change. Get the id from get_page, list_pages or search_pages first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page id | |
| tags | No | Replaces the whole tag list | |
| title | No | ||
| content | No | ||
| isPrivate | No | ||
| description | No | ||
| isPublished | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| succeeded | Yes |