You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input:'hey-api/backend',// sign up at app.heyapi.dev
33
33
output:'src/client',
34
34
};
35
35
```
@@ -65,7 +65,9 @@ export default defineConfig([
65
65
66
66
## Input
67
67
68
-
You must set the input so we can load your OpenAPI specification. It can be a path or URL, object containing a path or URL, or an object representing an OpenAPI specification. Hey API supports all valid OpenAPI versions and file formats.
68
+
You must provide an input so we can load your OpenAPI specification.
69
+
70
+
The input can be a string path, URL, API registry shorthand, an object containing any of these, or an object representing an OpenAPI specification. Hey API supports all valid OpenAPI versions and file formats.
69
71
70
72
You can learn more on the [Input](/openapi-ts/configuration/input) page.
0 commit comments