MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=renamechapter
(main | collection | renamechapter)
- This module requires read rights.
- Source: Collection
- License: GPL-2.0-or-later
API module for renaming a chapter in the user's collection
Specific parameters:
Other general parameters are available.
- index
Index of chapter to rename
- This parameter is required.
- Type: integer
- chaptername
Name of chapter to rename
- This parameter is required.
Example:
- Rename a chapter in the user's collection.
- api.php?action=collection&submodule=renamechapter&index=2&chaptername=Renamed [open in sandbox]