Fix endpoint path in openapi spec

This commit is contained in:
eikek 2021-09-02 22:06:13 +02:00
parent 93f6f5c8c9
commit 4e57be6dfd

View File

@ -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 ]