From 5c796fb94c25bebfb22226101887256d65451ccb Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 23:31:05 +0200 Subject: [PATCH] fixed typo Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index 118f54f71..48893f3ce 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -125,7 +125,7 @@ paths: post: tags: - user - summary: Sets the new password of currently logged-in user + summary: Sets the new password of the currently logged-in user requestBody: required: true description: The new password of the user.