File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
developer_manual/client_apis/OCS Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ OCS Out-of-office API
88
99The 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
1313All calls to OCS endpoints require the ``OCS-APIRequest `` header to be set to ``true ``.
1414
Original file line number Diff line number Diff 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
1111All calls to OCS endpoints require the ``OCS-APIRequest `` header to be set to ``true ``.
1212
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ OCS Sharee API
55The OCS Sharee API allows you to access the sharing API from outside over
66pre-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
1010All calls to OCS endpoints require the ``OCS-APIRequest `` header to be set to ``true ``.
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OCS Status API
44
55The 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
99All calls to OCS endpoints require the ``OCS-APIRequest `` header to be set to ``true ``.
1010
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ OCS Translation API
88
99The 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
1313All calls to OCS endpoints require the ``OCS-APIRequest `` header to be set to ``true ``.
1414
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OCS user preferences API
44
55The 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
99All calls to OCS endpoints require the ``OCS-APIRequest `` header to be set to ``true ``.
1010
You can’t perform that action at this time.
0 commit comments