API:Codeupdate

Prefix: None Required Rights: None POST Only? No

Update CodeReview repository data from master revision control system.

Parameters

  • repo (required)Name of repository to update. Type: string
  • rev (required)Revision ID number to update to. Type: integer

Errors Codes

  • invalidrepoInvalid repo ``repo''.
  • mustbepostedThe codeupdate module requires a POST request.
  • noapiwriteEditing of this wiki through the API is disabled. Make sure the $wgEnableWriteAPI=true; statement is included in the wiki's LocalSettings.php file.
  • norepoThe repo parameter must be set.
  • norepoThe repo parameter must be set.
  • norevThe rev parameter must be set.
  • norevThe rev parameter must be set.
  • permissiondeniedYou don't have permission to update code.
  • readapideniedYou need read permission to use this module.
  • writeapideniedYou're not allowed to edit this wiki through the API.
Category:Auto-generated PageCategory:MediaWiki API
Category:Auto-generated Page Category:MediaWiki API