pub fn clear_script_vars(
service: &ZapService,
scriptname: String,
) -> Result<Value, ZapApiError>
Expand description
Clears the variables of the given script. Returns an API error (DOES_NOT_EXIST) if no script with the given name exists.
pub fn clear_script_vars(
service: &ZapService,
scriptname: String,
) -> Result<Value, ZapApiError>
Clears the variables of the given script. Returns an API error (DOES_NOT_EXIST) if no script with the given name exists.