Create page
create_pageCreate a new Wiki.js page by specifying its path, title, and content. Options include tags, editor type, locale, privacy, and publication status.
Instructions
Create a new Wiki.js page. Path must not start with the locale (use "guides/install", not "en/guides/install").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path, e.g. "guides/install" | |
| tags | No | ||
| title | Yes | ||
| editor | No | Editor type: markdown, ckeditor, code | markdown |
| locale | No | en | |
| content | Yes | Page content (markdown by default) | |
| isPrivate | No | ||
| description | No | Short page description | |
| isPublished | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| succeeded | Yes |