taiga_edit_wiki_page
Update a wiki page's content using its ID and current version. Obtain the version via taiga_get_wiki_page to prevent overwriting newer changes.
Instructions
Edit the content of a wiki page. Fetch the current version with taiga_get_wiki_page before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New full page content | |
| page_id | Yes | Wiki page ID | |
| version | Yes | Current version (obtained from the GET first) |