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.
2 parents 76c5ac8 + 9e6e665 commit cd86cdaCopy full SHA for cd86cda
1 file changed
spec/README.md
@@ -1,6 +1,6 @@
1
# TEA OpenAPI Spec
2
3
-The OpenAPI 3.1 specification for the Transparency Exchange API is available in [openapi.json](./openapi.json).
+The OpenAPI 3.1 specification for the Transparency Exchange API is available in [openapi.yaml](./openapi.yaml).
4
5
- [Generating API Clients from OpenAPI Spec](#generating-api-clients-from-openapi-spec)
6
@@ -23,8 +23,8 @@ Fire up the `swagger-ui` with Docker from the root of the repository:
23
```bash
24
docker run \
25
-p 8080:8080 \
26
- -e SWAGGER_JSON=/koala/spec/openapi.json \
+ -e SWAGGER_JSON=/koala/spec/openapi.yaml \
27
-v $(pwd):/koala swaggerapi/swagger-ui
28
```
29
30
-And browse to [http://localhost:8080](http://localhost:8080).
+And browse to [http://localhost:8080](http://localhost:8080).
0 commit comments