From b13c292ce3745bb90702e1ce19d9d79fb8181b94 Mon Sep 17 00:00:00 2001 From: Thomas Georgios Giannos Date: Mon, 8 Jul 2024 15:56:07 +0300 Subject: [PATCH] Small fix --- docs/docs/documentation/for-devs/apis/swagger.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/documentation/for-devs/apis/swagger.md b/docs/docs/documentation/for-devs/apis/swagger.md index 35107c654..4e689d7d9 100644 --- a/docs/docs/documentation/for-devs/apis/swagger.md +++ b/docs/docs/documentation/for-devs/apis/swagger.md @@ -35,6 +35,9 @@ The swagger UI is available at the `/swagger-ui/index.html` url. It contains doc - **/api/tag/\*\*** - **/api/reference/\*\*** - **/api/reference-type/\*\*** + - **/api/user/\*\*** + - **/api/principal/\*\*** + - **/api/lock/\*\***

These endpoints require authentication.