Function archive_flow_by_path

Source
pub async fn archive_flow_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    archive_flow_by_path_request: ArchiveFlowByPathRequest,
) -> Result<String, Error<ArchiveFlowByPathError>>