mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
feature added: pwg.images.add can perform an update on an existing photo.
git-svn-id: http://piwigo.org/svn/trunk@13090 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -260,6 +260,7 @@ function ws_addDefaultMethods( $arr )
|
||||
'maxValue' => $conf['available_permission_levels']
|
||||
),
|
||||
'check_uniqueness' => array('default' => true),
|
||||
'image_id' => array('default' => null),
|
||||
),
|
||||
'POST method only.
|
||||
<br><b>categories</b> is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.'
|
||||
|
||||
Reference in New Issue
Block a user