We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc179f4 + d3448ec commit 8bbb0eeCopy full SHA for 8bbb0ee
developer_manual/client_apis/OCS/ocs-out-of-office-api.rst
@@ -86,7 +86,7 @@ Modify out-of-office data
86
It is only possible to modify out-of-office data of the currently logged in user.
87
88
* Method: ``POST``
89
-* Endpoint: ``/``
+* Endpoint: ``/{userId}``
90
* Data:
91
92
+---------------------------------+-------------+---------------------------------------------------------------------+
@@ -139,7 +139,7 @@ Clear data and disable out-of-office
139
It is only possible to clear out-of-office data of the currently logged in user.
140
141
* Method: ``DELETE``
142
143
* Response:
144
- Status code:
145
+ ``200 OK`` Out-of-office data was cleared
0 commit comments