Create a custom deny actionpost https://{hostname}/appsec/v1/configs/{configId}/versions/{versionNumber}/custom-denyAll products Create a new custom deny action for a specific configuration version.Path ParamsconfigIdint64requiredA unique identifier for each configuration.versionNumberintegerrequiredA unique identifier for each version of a configuration.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsdescriptionstringDescribes the custom deny action.namestringrequiredThe name you assigned to the custom deny action.parametersarray of objectsrequiredDescribes the custom deny parameters.parameters*ADD objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201Successfully created a custom deny action. 400Bad request. Invalid request body or URL parameter input. 403Forbidden. You don't have access to custom deny actions in this security configuration. 404Not found. Security configuration version wasn't found.Updated about 1 month ago