Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): json schema link #90

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ You should see the Swagger UI page for that application that allows you to test

![Swagger UI](https://user-images.githubusercontent.com/38690835/171161124-92e0cc8c-90e1-4168-9242-63c6c598a26d.png)

If for some reason (like discovery) you need the JSON schema, it is avilable also under: `http://localhost:3000/api-json`
pmstss marked this conversation as resolved.
Show resolved Hide resolved
pmstss marked this conversation as resolved.
Show resolved Hide resolved

To explore the Swagger UI:

- Click on the `POST /users` endpoint
Expand Down
Loading