MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=undo-edit-header (ueh)
- このモジュールは読み取りの権限を必要とします。
- ソース: Flow
- ライセンス: GPL-2.0-or-later
Retrieve information necessary to undo description edits.
パラメーター:
- uehstartId
Revision ID to start undo at.
- このパラメーターは必須です。
- uehendId
Revision ID to end undo at.
- このパラメーターは必須です。
例:
- Fetch information about undoing a description edit at Talk:Sandbox
- api.php?action=flow&submodule=undo-edit-header&page=Talk:Sandbox&uehstartId=???&uehendId=??? [サンドボックスで開く]