Application Security API-Custom Deny
Number of APIs: 5
-
List custom deny actions GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny?search=
-
Create a custom deny action POST https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny
-
Get a custom deny action GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}//custom-deny/{{customDenyId}}
-
Modify a custom deny action PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny/{{customDenyId}}
-
Remove a custom deny action DELETE https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny/{{customDenyId}}