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=helppanelquestionposter

(main | helppanelquestionposter)
  • This module is internal or unstable, and you should not use it. Its operation may change without notice.
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: GrowthExperiments
  • License: GPL-3.0-or-later

Handle questions posted via the help panel for the current user.

Specific parameters:
Other general parameters are available.
body

The text of the question provided by the user.

This parameter is required.
Cannot be longer than 2,000 characters.
source

The method by which the question was posted.

helpdesk
The "Ask the help desk" panel
mentor-homepage
The "Ask your mentor" panel on the newcomer homepage
mentor-helppanel
The "Ask your mentor" screen on the help panel
helppanel
The "Ask the help desk" panel (old name)
homepage-mentorship
The "Ask your mentor" panel on the newcomer homepage (old name)
One of the following values: helpdesk, helppanel, homepage-mentorship, mentor-helppanel, mentor-homepage
Default: helpdesk
relevanttitle

The relevant title, if selected, to include with the question.

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.