editCategory
- Home
- Forums
- UgcForumCategory
- editCategory
editCategory
Edits the information for a particular message board category.
Parameters
| Name | Description |
| node_id required | Node ID the forum category belongs to. |
| blog_id required | The Blog ID (Site ID) to load a list of categories for. |
| category_id required | The ID of a message board category. |
| category_name required | Name of the new category. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcForumCategory?action=editCategory&node_id=188234&blog_id=225642611&category_id=139071&category_name=My New Category Name&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 |
{ "service":"ugcForumCategory", "action":"editCategory", "code":1, "message":"Category successfully updated.", "item":true } |
Service Information
| Service | ugcForumCategory |
| Method | editCategory |
| Type | REST |
| Response Types | JSON, XML |