Skip to content

Commit ba95fb0

Browse files
authored
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.
1 parent f2a0114 commit ba95fb0

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_python: true
2929
speakeasy_version: latest
3030
secrets:

0 commit comments

Comments
 (0)