Rename categories on the current site.
| Name | Type | Description |
| names | string | A map of category IDs and names in the format id:name. For example: 40:Action,41:Arcade. |
<?php
$names=array(40=>"Action",41=>"Arcade");
$response=$newhaze->api->categories_rename($names);
?>
© 2012 NewHaze Icons by Pixel Mixer Help