File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
my-source :
5
5
inputs :
6
6
- 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
8
8
overlays :
9
9
- location : ./overlay_client.yaml
10
10
registry :
Original file line number Diff line number Diff line change 65
65
# # download-openapi-specs: Download the openapi specs from the Serverless and Platform APIs
66
66
.PHONY : download-openapi-specs
67
67
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
69
69
wget -nv -q -O openapi_platform_api.json https://platform.unstructuredapp.io/openapi.json
70
70
71
71
# # client-merge-serverless-platform: Merge the Serverless and Platform APIs specs into a single schema
You can’t perform that action at this time.
0 commit comments