categories.rename

Introduction

Rename categories on the current site.

Parameters

Name Type Description
names string A map of category IDs and names in the format id:name. For example: 40:Action,41:Arcade.

Using the PHP Library

<?php
$names
=array(40=>"Action",41=>"Arcade");
$response=$newhaze->api->categories_rename($names);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help