create_page
Create a new wiki page with a locale-relative path, title, and content for Wiki.js. Optionally specify tags, description, editor, and publish status.
Instructions
Create a new wiki page. path is locale-relative (e.g. 'guides/getting-started').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tags | No | ||
| title | Yes | ||
| editor | No | markdown | |
| locale | No | en | |
| content | Yes | ||
| description | No | ||
| is_published | No |