fix(ooo): POST/DELETE endpoint

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2024-12-30 21:42:20 +01:00 committed by backportbot[bot]
parent 83de75469e
commit b6642956a6

View File

@ -87,7 +87,7 @@ Modify out-of-office data
It is only possible to modify out-of-office data of the currently logged in user.
* Method: ``POST``
* Endpoint: ``/``
* Endpoint: ``/{userId}``
* Data:
+---------------------------------+-------------+---------------------------------------------------------------------+
@ -140,7 +140,7 @@ Clear data and disable out-of-office
It is only possible to clear out-of-office data of the currently logged in user.
* Method: ``DELETE``
* Endpoint: ``/``
* Endpoint: ``/{userId}``
* Response:
- Status code:
+ ``200 OK`` Out-of-office data was cleared