Skip to content

Commit 0dbd2a4

Browse files
Merge pull request #12661 from nextcloud/aaronsegura-minor-fixes
Fix some API descriptions in developer_manual/client_apis/OCS
2 parents 20e88e8 + ca38791 commit 0dbd2a4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

developer_manual/client_apis/OCS/ocs-out-of-office-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OCS Out-of-office API
88

99
The OCS Out-of-office API allows you to access and modify out-of-office data of users.
1010

11-
The base URL for all calls to the share API is: ``<nextcloud_base_url>/ocs/v2.php/apps/dav/api/v1/outOfOffice``
11+
The base URL for all calls to the Out-of-Office API is: ``<nextcloud_base_url>/ocs/v2.php/apps/dav/api/v1/outOfOffice``
1212

1313
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
1414

developer_manual/client_apis/OCS/ocs-recommendations-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The OCS Recommendations API allows you to get a list of recommended files and fo
66

77
.. note:: This API requires the Recommendations app to be enabled.
88

9-
The base URL for all calls to the share API is: ``<nextcloud_base_url>/ocs/v2.php/apps/recommendations/api/v1/``
9+
The base URL for all calls to the Recommendations API is: ``<nextcloud_base_url>/ocs/v2.php/apps/recommendations/api/v1/``
1010

1111
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
1212

developer_manual/client_apis/OCS/ocs-sharee-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OCS Sharee API
55
The OCS Sharee API allows you to access the sharing API from outside over
66
pre-defined OCS calls.
77

8-
The base URL for all calls to the share API is: ``<nextcloud_base_url>/ocs/v1.php/apps/files_sharing/api/v1``
8+
The base URL for all calls to the Sharee API is: ``<nextcloud_base_url>/ocs/v1.php/apps/files_sharing/api/v1``
99

1010
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
1111

developer_manual/client_apis/OCS/ocs-status-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OCS Status API
44

55
The OCS Status API allows you to access and modify status API from outside over pre-defined OCS calls.
66

7-
The base URL for all calls to the share API is: ``<nextcloud_base_url>/ocs/v2.php/apps/user_status/api/v1/user_status``
7+
The base URL for all calls to the Status API is: ``<nextcloud_base_url>/ocs/v2.php/apps/user_status/api/v1/user_status``
88

99
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
1010

developer_manual/client_apis/OCS/ocs-translation-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OCS Translation API
88

99
The OCS Translation API allows you to translate strings from a language to another.
1010

11-
The base URL for all calls to the share API is: ``<nextcloud_base_url>/ocs/v2.php/translation/``
11+
The base URL for all calls to the Translation API is: ``<nextcloud_base_url>/ocs/v2.php/translation/``
1212

1313
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
1414

developer_manual/client_apis/OCS/ocs-user-preferences-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OCS user preferences API
44

55
The OCS user preferences API allows you to set and delete preferences from outside over pre-defined OCS calls.
66

7-
The base URL for all calls to the share API is: ``<nextcloud_base_url>/ocs/v2.php/apps/provisioning_api/api/v1/config/users/``
7+
The base URL for all calls to the User Preferences API is: ``<nextcloud_base_url>/ocs/v2.php/apps/provisioning_api/api/v1/config/users/``
88

99
All calls to OCS endpoints require the ``OCS-APIRequest`` header to be set to ``true``.
1010

0 commit comments

Comments
 (0)