미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
submodule=undo-edit-header (ueh)
- 이 모듈은 read 권한을 요구합니다.
- 출처: 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=??? [연습장에서 열기]