Gatekeeping Rules REST Endpoints
Administration/Gatekeeping Rules
The Gatekeeping Rules resource lets you view gatekeeping rules and update them.
- Get a gatekeeping rule
- Method: getPath:
/admin/gatekeepingRules/{id}
- Get all gatekeeping rules
- Method: getPath:
/admin/gatekeepingRules
- Replace a gatekeeping rule
- Method: putPath:
/admin/gatekeepingRules/{id}