[][src]Function zap_api::ascan::add_excluded_param

pub fn add_excluded_param(
    service: &ZapService,
    name: String,
    typ: String,
    url: String
) -> Result<Value, ZapApiError>

Adds a new parameter excluded from the scan, using the specified name. Optionally sets if the new entry applies to a specific URL (default, all URLs) and sets the ID of the type of the parameter (default, ID of any type). The type IDs can be obtained with the view excludedParamTypes.