From 4e57be6dfd2a626a0a61f71e06a0f100deaf9f27 Mon Sep 17 00:00:00 2001 From: eikek Date: Thu, 2 Sep 2021 22:06:13 +0200 Subject: [PATCH] Fix endpoint path in openapi spec --- modules/restapi/src/main/resources/docspell-openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/restapi/src/main/resources/docspell-openapi.yml b/modules/restapi/src/main/resources/docspell-openapi.yml index 9e12d895..3e444072 100644 --- a/modules/restapi/src/main/resources/docspell-openapi.yml +++ b/modules/restapi/src/main/resources/docspell-openapi.yml @@ -1477,7 +1477,7 @@ paths: application/json: schema: $ref: "#/components/schemas/ResetPasswordResult" - /admin/user/resetOTP: + /admin/user/otp/resetOTP: post: operationId: "admin-user-reset-otp" tags: [ Collective, Admin ]