Changeset 10502 for trunk/ws.php
- Timestamp:
- Apr 19, 2011, 10:06:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ws.php
r10235 r10502 247 247 array( 248 248 'image_id'=>array('default'=>0), 249 'pwg_token' => array( 'default' => null),249 'pwg_token' => array(), 250 250 ), 251 251 'Delete photos. You can give several image_ids, comma separated' … … 274 274 array( 275 275 'category_id'=>array('default'=>0), 276 'pwg_token' => array( 'default' => null),276 'pwg_token' => array(), 277 277 'photo_deletion_mode' => array('default' => 'delete_orphans'), 278 278 ), … … 287 287 'category_id'=>array('default'=>0), 288 288 'parent'=>array('default'=>0), 289 'pwg_token' => array( 'default' => null),289 'pwg_token' => array(), 290 290 ), 291 291 'Move categories. You can give several category_ids, comma separated. Set parent as 0 to move to gallery root. Only virtual categories can be moved.' … … 386 386 'ws_plugins_performAction', 387 387 array( 388 'action' => array( 'default' => null),389 'plugin' => array( 'default' => null),390 'pwg_token' => array( 'default' => null),388 'action' => array(), 389 'plugin' => array(), 390 'pwg_token' => array(), 391 391 ), 392 392 'install/activate/deactivate/uninstall/delete a plugin … … 398 398 'ws_themes_performAction', 399 399 array( 400 'action' => array( 'default' => null),401 'theme s' => array('default' => null),402 'pwg_token' => array( 'default' => null),400 'action' => array(), 401 'theme' => array(), 402 'pwg_token' => array(), 403 403 ), 404 404 'activate/deactivate/delete/set_default a theme<br>administration status required'
Note: See TracChangeset
for help on using the changeset viewer.