From ba95fb0f0adfbc374d320b31e18a672190b90a18 Mon Sep 17 00:00:00 2001 From: Austin Walker Date: Tue, 13 Feb 2024 17:24:06 -0500 Subject: [PATCH] Move the openapi source of truth We're now generating our openapi spec out of FastAPI. This means we can go straight to the hosted spec instead of duplicating the file in github. --- .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 f88ac531..82304b73 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://raw.githubusercontent.com/Unstructured-IO/unstructured-api/main/openapi.json + - https://api.unstructured.io/general/openapi.json publish_python: true speakeasy_version: latest secrets: