Function run_script_by_path

Source
pub async fn run_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    request_body: HashMap<String, Value>,
    scheduled_for: Option<String>,
    scheduled_in_secs: Option<i32>,
    skip_preprocessor: Option<bool>,
    parent_job: Option<&str>,
    tag: Option<&str>,
    cache_ttl: Option<&str>,
    job_id: Option<&str>,
    invisible_to_owner: Option<bool>,
) -> Result<Uuid, Error<RunScriptByPathError>>