Changeset 3185 for trunk/ws.php
- Timestamp:
- Mar 9, 2009, 8:41:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ws.php
r3065 r3185 70 70 ), 71 71 'Returns elements for the corresponding categories. 72 <br /><b>cat_id</b> can be empty if <b>recursive</b> is true. Can be sent as an array.73 <br /><b>order</b> comma separated fields for sorting (file,id, average_rate,...)'72 <br><b>cat_id</b> can be empty if <b>recursive</b> is true. Can be sent as an array. 73 <br><b>order</b> comma separated fields for sorting (file,id, average_rate,...)' 74 74 ); 75 75 … … 196 196 ), 197 197 'POST method only. 198 <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.'198 <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.' 199 199 ); 200 200 … … 259 259 ), 260 260 'POST method only. Admin only 261 <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.'261 <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.' 262 262 ); 263 263 }
Note: See TracChangeset
for help on using the changeset viewer.