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 11# TEA OpenAPI Spec
22
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 ) .
44
55- [ Generating API Clients from OpenAPI Spec] ( #generating-api-clients-from-openapi-spec )
66
@@ -23,8 +23,8 @@ Fire up the `swagger-ui` with Docker from the root of the repository:
2323``` bash
2424docker run \
2525 -p 8080:8080 \
26- -e SWAGGER_JSON=/koala/spec/openapi.json \
26+ -e SWAGGER_JSON=/koala/spec/openapi.yaml \
2727 -v $( pwd) :/koala swaggerapi/swagger-ui
2828```
2929
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