edit_page
Create or replace a wiki page. Anyone can edit; every save is kept as a revision. Pass base_revision to fail instead of overwriting a concurrent edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| title | No | ||
| author | No | Display name to attribute this write to. Defaults to "anonymous". | |
| content | Yes | ||
| summary | No | ||
| base_revision | No |