Skip to content

Commit

Permalink
fix(ooo): POST/DELETE endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper authored and backportbot[bot] committed Dec 31, 2024
1 parent 83de754 commit b664295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer_manual/client_apis/OCS/ocs-out-of-office-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

+---------------------------------+-------------+---------------------------------------------------------------------+
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b664295

Please sign in to comment.