From 8cae3f3c07f8ceee098659a1f07907965ba39935 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 22:00:17 +0200 Subject: [PATCH] user is now always explicitly currently logged-in user Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index ddd7ca0cc..4eec451a5 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -77,7 +77,7 @@ paths: get: tags: - user - summary: Get the user information of the currently logged in user + summary: Get the user information of the currently logged-in user operationId: getMe responses: '200': @@ -117,7 +117,7 @@ paths: tags: - user - export - summary: Exports a zip-archive with all notes of the current user. + summary: Exports a zip-archive with all notes of the currently logged-in user. responses: '200': description: The zip-archive with all notes @@ -125,7 +125,7 @@ paths: post: tags: - user - summary: Sets the new password of a user + summary: Sets the new password of currently logged-in user requestBody: required: true description: The new password of the user @@ -492,7 +492,7 @@ paths: delete: tags: - history - summary: Clear the users history + summary: Clear the currently logged-in users history operationId: deleteHistory responses: '200':