Skip to content

Commit 87f3ffa

Browse files
authored
Update 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.
1 parent 0973e96 commit 87f3ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
create_release: true
2525
openapi_doc_auth_header: x-api-key
2626
openapi_docs: |
27-
- https://raw.githubusercontent.com/Unstructured-IO/unstructured-api/main/openapi.json
27+
- https://api.unstructured.io/general/openapi.json
2828
publish_typescript: true
2929
speakeasy_version: latest
3030
secrets:

0 commit comments

Comments
 (0)