confluence_create_page
Creates a Confluence page in a specified space by providing a title, body content, and optional parent page, with support for storage or Atlas Doc formats.
Instructions
Creates a page (POST /wiki/api/v2/pages). body in storage HTML or atlas_doc_format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| spaceId | Yes | Numeric space ID (not the key). | |
| parentId | No | ||
| bodyValue | Yes | ||
| bodyRepresentation | No |