category_mgr_update
Back to SOAP Architecture Method Reference
Description
The category_mgr_update method updates the details of an existing category on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| active | Indicates whether or not the category is active. | boolean | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| id | The unique ID# of the category. | bstypes:ResourceId | R |
| name | The name of the category. | string | R |
| type |
The category type. This is a bitmask with the elements assigned as follows:
|
int | R |
| weight | Indicates the priority level of the category. | int | R |
| container_id | The unique ID# of the folder. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the updated category. | bstypes:ResourceId | R |
