From 7a52efa04d9567f5073a4f5563d2900cc63c4d4c Mon Sep 17 00:00:00 2001 From: Austin Walker Date: Sat, 17 Feb 2024 10:27:35 -0500 Subject: [PATCH] Revert "Move the openapi source of truth" This reverts commit ba95fb0f0adfbc374d320b31e18a672190b90a18. See https://github.com/Unstructured-IO/unstructured-api/pull/369 --- .github/workflows/speakeasy_sdk_generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/speakeasy_sdk_generation.yml b/.github/workflows/speakeasy_sdk_generation.yml index 82304b73..f88ac531 100644 --- a/.github/workflows/speakeasy_sdk_generation.yml +++ b/.github/workflows/speakeasy_sdk_generation.yml @@ -24,7 +24,7 @@ jobs: create_release: true openapi_doc_auth_header: x-api-key openapi_docs: | - - https://api.unstructured.io/general/openapi.json + - https://raw.githubusercontent.com/Unstructured-IO/unstructured-api/main/openapi.json publish_python: true speakeasy_version: latest secrets: