mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #12468 from nextcloud/backport/12464/stable30
[stable30] fix(ooo): POST/DELETE endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user