From ca38791e30ff99c85eea823e6c7ffd8a668f52a5 Mon Sep 17 00:00:00 2001 From: Aaron Segura Date: Fri, 14 Feb 2025 17:12:41 -0600 Subject: [PATCH] Fix API descriptions under developer_manual/client_apis/OCS --- developer_manual/client_apis/OCS/ocs-out-of-office-api.rst | 2 +- developer_manual/client_apis/OCS/ocs-recommendations-api.rst | 2 +- developer_manual/client_apis/OCS/ocs-sharee-api.rst | 2 +- developer_manual/client_apis/OCS/ocs-status-api.rst | 2 +- developer_manual/client_apis/OCS/ocs-translation-api.rst | 2 +- developer_manual/client_apis/OCS/ocs-user-preferences-api.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 f75945918..9cc0f77d7 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 @@ -8,7 +8,7 @@ OCS Out-of-office API The OCS Out-of-office API allows you to access and modify out-of-office data of users. -The base URL for all calls to the share API is: ``/ocs/v2.php/apps/dav/api/v1/outOfOffice`` +The base URL for all calls to the Out-of-Office API is: ``/ocs/v2.php/apps/dav/api/v1/outOfOffice`` All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``. diff --git a/developer_manual/client_apis/OCS/ocs-recommendations-api.rst b/developer_manual/client_apis/OCS/ocs-recommendations-api.rst index fbc95d8d8..56da0981f 100644 --- a/developer_manual/client_apis/OCS/ocs-recommendations-api.rst +++ b/developer_manual/client_apis/OCS/ocs-recommendations-api.rst @@ -6,7 +6,7 @@ The OCS Recommendations API allows you to get a list of recommended files and fo .. note:: This API requires the Recommendations app to be enabled. -The base URL for all calls to the share API is: ``/ocs/v2.php/apps/recommendations/api/v1/`` +The base URL for all calls to the Recommendations API is: ``/ocs/v2.php/apps/recommendations/api/v1/`` All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``. diff --git a/developer_manual/client_apis/OCS/ocs-sharee-api.rst b/developer_manual/client_apis/OCS/ocs-sharee-api.rst index a41459eea..b28eb2c61 100644 --- a/developer_manual/client_apis/OCS/ocs-sharee-api.rst +++ b/developer_manual/client_apis/OCS/ocs-sharee-api.rst @@ -5,7 +5,7 @@ OCS Sharee API The OCS Sharee API allows you to access the sharing API from outside over pre-defined OCS calls. -The base URL for all calls to the share API is: ``/ocs/v1.php/apps/files_sharing/api/v1`` +The base URL for all calls to the Sharee API is: ``/ocs/v1.php/apps/files_sharing/api/v1`` All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``. diff --git a/developer_manual/client_apis/OCS/ocs-status-api.rst b/developer_manual/client_apis/OCS/ocs-status-api.rst index 5d948713e..807419951 100644 --- a/developer_manual/client_apis/OCS/ocs-status-api.rst +++ b/developer_manual/client_apis/OCS/ocs-status-api.rst @@ -4,7 +4,7 @@ OCS Status API The OCS Status API allows you to access and modify status API from outside over pre-defined OCS calls. -The base URL for all calls to the share API is: ``/ocs/v2.php/apps/user_status/api/v1/user_status`` +The base URL for all calls to the Status API is: ``/ocs/v2.php/apps/user_status/api/v1/user_status`` All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``. diff --git a/developer_manual/client_apis/OCS/ocs-translation-api.rst b/developer_manual/client_apis/OCS/ocs-translation-api.rst index df800720a..82875bb78 100644 --- a/developer_manual/client_apis/OCS/ocs-translation-api.rst +++ b/developer_manual/client_apis/OCS/ocs-translation-api.rst @@ -8,7 +8,7 @@ OCS Translation API The OCS Translation API allows you to translate strings from a language to another. -The base URL for all calls to the share API is: ``/ocs/v2.php/translation/`` +The base URL for all calls to the Translation API is: ``/ocs/v2.php/translation/`` All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``. diff --git a/developer_manual/client_apis/OCS/ocs-user-preferences-api.rst b/developer_manual/client_apis/OCS/ocs-user-preferences-api.rst index e7c9d0914..039538ddc 100644 --- a/developer_manual/client_apis/OCS/ocs-user-preferences-api.rst +++ b/developer_manual/client_apis/OCS/ocs-user-preferences-api.rst @@ -4,7 +4,7 @@ OCS user preferences API The OCS user preferences API allows you to set and delete preferences from outside over pre-defined OCS calls. -The base URL for all calls to the share API is: ``/ocs/v2.php/apps/provisioning_api/api/v1/config/users/`` +The base URL for all calls to the User Preferences API is: ``/ocs/v2.php/apps/provisioning_api/api/v1/config/users/`` All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.