From fd55ee9fd10799e425017fb89bb29dcdd23af007 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Thu, 22 Feb 2024 23:05:03 +0100 Subject: [PATCH] added api documentation links --- content/docs/backendapi/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/backendapi/introduction.md b/content/docs/backendapi/introduction.md index f5d33d4..b3bdbd5 100644 --- a/content/docs/backendapi/introduction.md +++ b/content/docs/backendapi/introduction.md @@ -18,6 +18,8 @@ top = false In this section we will summarize briefly the the API description and how to add routes. +The Dojo routes API documentation (and its [OpenAPI specification](https://rdps.hesge.ch/dojo/api/docs/OpenAPI.yaml)) can be found [in swagger](https://rdps.hesge.ch/dojo/api/docs/swagger/) or [in redoc](https://rdps.hesge.ch/dojo/api/docs/redoc.html) format. + ## Development / Contribution * How to contribute - Available soon -- GitLab