diff --git a/docs/swager_docs.md b/docs/swager_docs.md
deleted file mode 100644
index 85e748147c155cbd88b13f054179a1d46c325a91..0000000000000000000000000000000000000000
--- a/docs/swager_docs.md
+++ /dev/null
@@ -1 +0,0 @@
-!!swagger openapi.yml!!
\ No newline at end of file
diff --git a/docs/openapi.yml b/docs/tech/api/openapi.yml
similarity index 100%
rename from docs/openapi.yml
rename to docs/tech/api/openapi.yml
diff --git a/docs/tech/api/swagger-docs.md b/docs/tech/api/swagger-docs.md
index f09e5189c7faa650f2fe67e8d2b0b450b64ecb63..85e748147c155cbd88b13f054179a1d46c325a91 100644
--- a/docs/tech/api/swagger-docs.md
+++ b/docs/tech/api/swagger-docs.md
@@ -1 +1 @@
-in other branch
\ No newline at end of file
+!!swagger openapi.yml!!
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 6b02c6d7ea3bc54090b8e4045e3eb68db9d0a920..fe9458692e00f73f553576e679710a958d17630c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -30,7 +30,7 @@ nav:
     - API Documentation:
       - Overview: tech/api/overview.md
       - Graphql Documentation: tech/api/graphql-docs.md
-      - Swagger REST documentation: tech/api/swagger-docs.md 
+      - Swagger REST documentation: tech/api/swagger-docs.md
     - Changelog on backend: tech/CHANGELOG.md
 
 markdown_extensions:
diff --git a/utilities.sh b/utilities.sh
index 72a7e085c5d1c02ee055f1740cefe5078a2f3458..2797c0f57a6e3a1d46683dbe0d3cffaba79316f1 100755
--- a/utilities.sh
+++ b/utilities.sh
@@ -7,4 +7,4 @@ cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md
 cp ./backend/CHANGELOG.md ./docs/tech/CHANGELOG.md
 cp ./backend/README.md ./docs/tech/installation/back-README.md
 cp ./frontend/README.md ./docs/tech/installation/front-README.md
-cp ./backend/openapi.yml ./docs/openapi.yml
+cp ./backend/openapi.yml ./docs/tech/api/openapi.yml