telegraph_edit_page
Edit an existing Telegraph page by specifying its path, new title, and content. Returns the updated Page object with your changes applied.
Instructions
Edit an existing Telegraph page. Returns the updated Page object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Access token of the Telegraph account | |
| path | Yes | Path to the page (e.g., "Sample-Page-12-15") | |
| title | Yes | Page title (1-256 characters) | |
| content | Yes | Page content - can be HTML string, Markdown string, or JSON array of Node objects | |
| format | No | Content format: "html" or "markdown" (default: "html") | html |
| author_name | No | Author name (0-128 characters) | |
| author_url | No | Profile link (0-512 characters) | |
| return_content | No | If true, content field will be returned in the Page object |