mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
feature:2847 Display additional info for API methods fields
git-svn-id: http://piwigo.org/svn/trunk@20750 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9687732271
commit
98f08b3ee3
2 changed files with 19 additions and 1 deletions
|
@ -572,6 +572,10 @@ Request format: ".@$this->_requestFormat." Response format: ".@$this->_responseF
|
|||
{
|
||||
$param_data['defaultValue'] = $options['default'];
|
||||
}
|
||||
if (isset($options['info']))
|
||||
{
|
||||
$param_data['info'] = $options['info'];
|
||||
}
|
||||
$res['params'][] = $param_data;
|
||||
}
|
||||
return $res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue