StackingRules REST Endpoints
Admin/StackingRules
The operations from the Admin/StackingRules category.
- createStackingRule
- Method: postPath:
/ccadmin/v1/stackingRules - deleteStackingRule
- Method: deletePath:
/ccadmin/v1/stackingRules/{id} - getStackingRule
- Method: getPath:
/ccadmin/v1/stackingRules/{id} - listStackingRules
- Method: getPath:
/ccadmin/v1/stackingRules - updateStackingRule
- Method: putPath:
/ccadmin/v1/stackingRules/{id}