Application Security API-Custom Deny

Number of APIs: 5

  1. List custom deny actions GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny?search=

  2. Create a custom deny action POST https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny

  3. Get a custom deny action GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}//custom-deny/{{customDenyId}}

  4. Modify a custom deny action PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny/{{customDenyId}}

  5. Remove a custom deny action DELETE https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny/{{customDenyId}}