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
action=edit
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: MediaWiki
- License: GPL-2.0-or-later
Krouiñ pajennoù ha kemmañ anezho.
- title
Title of the page to edit. Cannot be used together with pageid.
- pageid
Page ID of the page to edit. Cannot be used together with title.
- Type: anterin
- section
Section identifier. 0 for the top section, new for a new section. Often a positive integer, but can also be non-numeric.
- sectiontitle
Titl ur rannbennad nevez pa reer gant section=new.
- text
Danvez ar bajenn.
- summary
Edit summary.
When this parameter is not provided or empty, an edit summary may be generated automatically.
When using section=new and sectiontitle is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.
- tags
Cheñch an tikedennoù d'o lakaat da dalvezout evit ar stumm gwiriet.
- Values (separate with | or alternative):
- minor
Merkañ ar c’hemm-mañ evel ur c’hemm dister.
- Type: boolean (details)
- notminor
Chom hep merkañ ar c’hemm-mañ evel ur c’hemm dister ha pa vefe gweredekaet an dibab implijer "Sellet ouzh ar c'hemmoù degaset ganin
evel kemmoù dister dre ziouer"- Type: boolean (details)
- bot
Merkañ ar c'hemm-mañ evel ur c'hemm robot.
- Type: boolean (details)
- baserevid
ID of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions. Self-conflicts cause the edit to fail unless basetimestamp is set.
- Type: anterin
- basetimestamp
Timestamp of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions&rvprop=timestamp. Self-conflicts are ignored.
- Type: timestamp (allowed formats)
- starttimestamp
Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using curtimestamp when beginning the edit process (e.g. when loading the page content to edit).
- Type: timestamp (allowed formats)
- recreate
Override any errors about the page having been deleted in the meantime.
- Type: boolean (details)
- createonly
Arabat kemmañ ar bajenn ma'z eus anezhi c'hoazh.
- Type: boolean (details)
- nocreate
Krouiñ ur fazi ma n'eus ket eus ur bajenn.
- Type: boolean (details)
- watch
- Deprecated.
Ouzhpennañ ar bajenn da roll evezhiañ an evezhier.
- Type: boolean (details)
- unwatch
- Deprecated.
Remove the page from the current user's watchlist.
- Type: boolean (details)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
- One of the following values: nochange, preferences, unwatch, watch
- Dre ziouer : preferences
- md5
The MD5 hash of the text parameter, or the prependtext and appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct.
- prependtext
Ouzhpennañ an destenn-mañ e penn-kentañ ar bajenn pe rannbennad. Frikañ a ra text.
- appendtext
Add this text to the end of the page or section. Overrides text.
Use section=new to append a new section, rather than this parameter.
- undo
Undo this revision. Overrides text, prependtext and appendtext.
- Type: anterin
- Ne c'hall ket an talvoud bezañ dindan 0.
- undoafter
Undo all revisions from undo to this one. If not set, just undo one revision.
- Type: anterin
- Ne c'hall ket an talvoud bezañ dindan 0.
- redirect
Diskoulmañ an adkasoù ent emgefre
- Type: boolean (details)
- contentformat
Content serialization format used for the input text.
- One of the following values: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
- contentmodel
Content model of the new content.
- One of the following values: css, javascript, json, text, unknown, wikitext
- token
A "csrf" token retrieved from action=query&meta=tokens
The token should always be sent as the last parameter, or at least after the text parameter.
- Rekis eo an arventenn-mañ.
- Kemmañ ur bajenn.
- api.php?action=edit&title=Test&summary=test%20summary&text=article%20content&baserevid=1234567&token=123ABC [open in sandbox]
- Prepend __NOTOC__ to a page.
- api.php?action=edit&title=Test&summary=NOTOC&minor=&prependtext=__NOTOC__%0A&basetimestamp=2007-08-24T12:34:54Z&token=123ABC [open in sandbox]
- Undo revisions 13579 through 13585 with autosummary.
- api.php?action=edit&title=Test&undo=13585&undoafter=13579&basetimestamp=2007-08-24T12:34:54Z&token=123ABC [open in sandbox]