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=wbleditsenseelements
(main | wbleditsenseelements)
- This module is internal or unstable. Its operation may change without notice.
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: WikibaseLexeme
- License: GPL-2.0-or-later
Edits glosses of a Sense
Parameters:
- senseId
ID of the Sense, e.g. L10-S2
- This parameter is required.
- data
JSON-encoded gloss data
- This parameter is required.
- baserevid
Base Revision ID of the Lexeme, if sense elements edit conflict check is wanted.
- Type: integer
- tags
Change tags to apply to the revision.
- Values (separate with | or alternative):
- bot
Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "Bots".
- Type: boolean (details)
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- Edits Sense with the ID L12-S1 to have glosses the property of an object of producing different sensations on the eye, Eigenschaft eines Objekts, verschiedene Sinneseindrücke im Auge zu verursachen in languages en, de respectively.
- api.php?action=wbleditsenseelements&senseId=L12-S1&data={"glosses":{"en":{"value":"the property of an object of producing different sensations on the eye","language":"en"},"de":{"value":"Eigenschaft eines Objekts, verschiedene Sinneseindr\u00fccke im Auge zu verursachen","language":"de"}}} [open in sandbox]