API: Add support for documenting dynamic parameters
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 15 Jan 2016 21:38:31 +0000 (16:38 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 21 Jan 2016 15:31:19 +0000 (10:31 -0500)
commitede1d19076937a72b11b420a5f675f7a18a826dc
tree645f658de5fd78439c281dbb9c335fb986a68985
parent77a8bbd406de8194432bbc92ce0b781ba44b43bc
API: Add support for documenting dynamic parameters

This will be used by AuthManager's API modules to document the fact that
AuthenticationRequest fields are accepted by the module, and to inform
the user reading the documentation how to determine what those are at
any particular time.

Change-Id: Ic7351de0f9bd239db17d584196e52a77112ed978
includes/api/ApiBase.php
includes/api/ApiHelp.php
includes/api/ApiParamInfo.php