/me is now a put and not a post since it's an update method

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-06-06 23:33:09 +02:00 committed by David Mehren
parent 5c796fb94c
commit 3fd0ba2c47
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

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