Add a page
journal-add-pageAdd a new text page at the end of a specified journal, storing the provided HTML content as the page body. Provide journal ID, page name, and HTML to extend the journal.
Instructions
Add a new text page at the end of a journal, with the HTML stored as sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML content, stored as sent. | |
| name | Yes | Name of the new page. | |
| journalId | Yes | Id of the journal, from list-journals. |