mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
details about the new input parameter position for pwg.categories.add
This commit is contained in:
@@ -611,7 +611,7 @@ function ws_addDefaultMethods( $arr )
|
||||
'info'=>'public, private'),
|
||||
'commentable' => array('default'=>true,
|
||||
'type'=>WS_TYPE_BOOL),
|
||||
'position' => array('default'=>null),
|
||||
'position' => array('default'=>null, 'info'=>'first, last'),
|
||||
),
|
||||
'Adds an album.',
|
||||
$ws_functions_root . 'pwg.categories.php',
|
||||
|
||||
Reference in New Issue
Block a user