We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee7f1 commit 7e9c49eCopy full SHA for 7e9c49e
.speakeasy/workflow.yaml
@@ -3,7 +3,7 @@ speakeasyVersion: latest
3
sources:
4
my-source:
5
inputs:
6
- - location: https://api.unstructured.io/general/openapi.json
+ - location: https://api.unstructuredapp.io/general/openapi.json
7
overlays:
8
- location: ./overlay_client.yaml
9
registry:
Makefile
@@ -2,7 +2,7 @@ PACKAGE_NAME := unstructured-js-client
2
CURRENT_DIR := $(shell pwd)
ARCH := $(shell uname -m)
DOCKER_IMAGE ?= quay.io/unstructured-io/unstructured-api:latest
-OPENAPI_DOCS_URL ?= https://api.unstructured.io/general/openapi.json
+OPENAPI_DOCS_URL ?= https://api.unstructuredapp.io/general/openapi.json
###########
# Install #
0 commit comments