Changeset 3454 for trunk/ws.php
- Timestamp:
- 06/25/09 01:01:35 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ws.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ws.php
r3282 r3454 271 271 <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.' 272 272 ); 273 274 $service->addMethod( 275 'pwg.categories.setInfo', 276 'ws_categories_setInfo', 277 array( 278 'category_id' => array(), 279 280 'name' => array('default' => null), 281 'comment' => array('default' => null), 282 ), 283 'POST method only.' 284 ); 273 285 } 274 286
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)