Function openai_sync_script_by_path

Source
pub async fn openai_sync_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    request_body: HashMap<String, Value>,
    parent_job: Option<&str>,
    job_id: Option<&str>,
    include_header: Option<&str>,
    queue_limit: Option<&str>,
) -> Result<Value, Error<OpenaiSyncScriptByPathError>>