update-page
Replace the content of a MediaWiki page with new text, using a base revision ID to ensure consistency and include an edit summary for tracking changes.
Instructions
Updates a wiki page. Replaces the existing content of a page with the provided content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | Summary of the edit | |
latestId | Yes | Identifier for the revision used as the base for the new source | |
source | Yes | Page content in the same content model of the existing page | |
title | Yes | Wiki page title |