File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# TEA OpenAPI Spec
2
2
3
- The OpenAPI 3.1 specification for the Transparency Exchange API is available in [ openapi.json ] ( ./openapi.json ) .
3
+ The OpenAPI 3.1 specification for the Transparency Exchange API is available in [ openapi.yaml ] ( ./openapi.yaml ) .
4
4
5
5
- [ Generating API Clients from OpenAPI Spec] ( #generating-api-clients-from-openapi-spec )
6
6
@@ -23,8 +23,8 @@ Fire up the `swagger-ui` with Docker from the root of the repository:
23
23
``` bash
24
24
docker run \
25
25
-p 8080:8080 \
26
- -e SWAGGER_JSON=/koala/spec/openapi.json \
26
+ -e SWAGGER_JSON=/koala/spec/openapi.yaml \
27
27
-v $( pwd) :/koala swaggerapi/swagger-ui
28
28
```
29
29
30
- And browse to [ http://localhost:8080 ] ( http://localhost:8080 ) .
30
+ And browse to [ http://localhost:8080 ] ( http://localhost:8080 ) .
You can’t perform that action at this time.
0 commit comments