From 8f0761af9694275963787fcc481cab6ffa3efc74 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 23:33:09 +0200 Subject: [PATCH] /me is now a put and not a post since it's an update method 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 48893f3ce..b548ecbd4 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -89,7 +89,7 @@ paths: '401': description: The user is not logged in. content: {} - post: + put: tags: - user summary: Update information about the currently logged-in user