Number of APIs: 7
GET https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules
POST https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules
GET https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}
PUT https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}
DELETE https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/custom-rules
7. Modify a custom rule action
PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/custom-rules/{{customRuleId}}
ENDPOINTS