Skip to content

Commit 49ed16e

Browse files
authored
fix: Pull partitioning spec from the correct url (#234)
Subtle bug - this is our free tier url, not the platform partitioning url
1 parent e6c640e commit 49ed16e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sources:
44
my-source:
55
inputs:
66
- location: https://platform.unstructuredapp.io/openapi.json
7-
- location: https://api.unstructured.io/general/openapi.json
7+
- location: https://api.unstructuredapp.io/general/openapi.json
88
overlays:
99
- location: ./overlay_client.yaml
1010
registry:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lint:
6565
## download-openapi-specs: Download the openapi specs from the Serverless and Platform APIs
6666
.PHONY: download-openapi-specs
6767
download-openapi-specs:
68-
wget -nv -q -O openapi_serverless.json https://api.unstructured.io/general/openapi.json
68+
wget -nv -q -O openapi_serverless.json https://api.unstructuredapp.io/general/openapi.json
6969
wget -nv -q -O openapi_platform_api.json https://platform.unstructuredapp.io/openapi.json
7070

7171
## client-merge-serverless-platform: Merge the Serverless and Platform APIs specs into a single schema

0 commit comments

Comments
 (0)