MediaWiki API 說明

此頁為自動產生的 MediaWiki API 說明文件頁面。

說明文件與範例:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=problemreportupdate

main | problemreportupdate
  • 此模組需要讀取權限。
  • 此模組需要寫入權限。
  • 此模組僅接受 POST 請求。
  • 來源:ProblemReports
  • 授權條款:GPL-2.0-or-later

Update or delete a problem report.

參數:
id

ID of the problem report

此為必填參數。
類型:整數
status

New status code for the problem report (10 means "delete the report")

類型:整數
type

Problem report type

類型:整數
token

action=query&meta=tokens 接收的「csrf」權杖。

此為必填參數。