editContentCategory
- Home
- Categories & Tags
- SvcTagMaster
- editContentCategory
editContentCategory
Updates a content category on the network.
Parameters
| Name | Description |
| nodeID required | The node ID of the network where the tag/content is |
| tagID required | A tag ID we’re operating on |
| xrefType required | The type of content we’re operating on |
| tagWord required | A given tag word |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/svcTagMaster?action=editContentCategory&nodeID=188234&tagID=326455&tagWord=Test1234&xrefType=all&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 |
{ "service":"svcTagMaster", "action":"editContentCategory", "code":1, "message":"Tag Updated", "item":326455 } |
Service Information
| Service | svcTagMaster |
| Method | editContentCategory |
| Type | REST |
| Response Types | JSON, XML |