diff --git a/developer_manual/client_apis/OCS/ocs-out-of-office-api.rst b/developer_manual/client_apis/OCS/ocs-out-of-office-api.rst index d8aa03d74b3..42384833b9c 100644 --- a/developer_manual/client_apis/OCS/ocs-out-of-office-api.rst +++ b/developer_manual/client_apis/OCS/ocs-out-of-office-api.rst @@ -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