Assure a category exists.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| groupID | true | N/A | forum group context | 12 |
| parentCategoryID | true | N/A | parent id of categories to assure exists | 12 |
| name | true | N/A | name of category | Category X |
| description | true | N/A | description of category to set, if created | A Very Cool Category for X |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {name} may not be null | -4 |
| {description} may not be null | -4 |
| {parentCategoryID} may not be null | -4 |
| {groupID} may not be null | -4 |
| Must be logged in. | -5 |