Skip to content

Commit

Permalink
Fix markdown link for swagger v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Sep 17, 2024
1 parent eeb14f6 commit a18d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:

You can find the OpenAPI Documentation here: [api.OpenShock.app/swagger](https://api.openshock.app/swagger)

Note that there is both a [Definition Version 1](https://api.openshock.app/swagger/1/swagger.json) and [Definition Version 2](https://api.openshock.app/swagger/1/swagger.json) file.
Note that there is both a [Definition Version 1](https://api.openshock.app/swagger/1/swagger.json) and [Definition Version 2](https://api.openshock.app/swagger/2/swagger.json) file.

!!! hint "Version Definition Files"
You might notice that Version 2 does not contain all the endpoints that are in Version 1. That is because version 2 only contains endpoints that actually make a version 1 equivalent obsolete and there for deprecated.
Expand Down

0 comments on commit a18d1c1

Please sign in to comment.