Skip to content

Commit

Permalink
Update links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzyah committed Feb 5, 2024
1 parent a7eccc2 commit 32d0d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ For information regarding accessing the API schema, read [server README](./serve
You can retrieve API schema in HTML, YAML, and JSON formats:

- To access the HTML view for the API schema, just run the server and follow the [/#docs](http://127.0.0.1:8000/#docs) endpoint.
- A self-contained HTML representation of the schema is also included in the repository: [openapi.html](./schemas/openapi.html).
- A self-contained HTML representation of the schema is also included in the repository: [openapi.html](./server/schemas/openapi.html).
- Retrieve the schema in YAML from the running service by following the [/openapi.yaml](http://127.0.0.1:8000/v1/openapi.yaml) endpoint
- A copy of the [openapi.yaml](./schemas/openapi.yaml) is included in the repo, and it is enforced by a CI automation to be up to date.
- A copy of the [openapi.yaml](./server/schemas/openapi.yaml) is included in the repo, and it is enforced by a CI automation to be up to date.
- For getting its JSON version, follow the [/openapi.json](http://127.0.0.1:8000/openapi.json) endpoint.


Expand Down

0 comments on commit 32d0d25

Please sign in to comment.