Merge pull request #6906 from nextcloud/fix/client-apis

Fix various client API docs issues
This commit is contained in:
Christoph Wurst
2021-07-05 12:41:19 +02:00
committed by GitHub
5 changed files with 16 additions and 7 deletions

View File

@@ -9,4 +9,4 @@ OCS API
ocs-api-overview
ocs-share-api
ocs-sharee-api
ocs-status-api

View File

@@ -1,9 +1,12 @@
## Comments
########
Comments
########
Comments have a PHP API within OCP and also via WebDAV. Basic documentation below.
### Endpoint
Endpoint
^^^^^^^^
The Comments resource has an endpoint:
@@ -27,7 +30,8 @@ The `CommentID` endpoint accepts:
For a list of properties, see:
`https://github.com/nextcloud/server/blob/master/apps/dav/lib/Comments/CommentNode.php#L108`
### Examples of usage
Examples
********
REPORT request:

View File

@@ -5,6 +5,7 @@ Webdav
======
.. toctree::
:maxdepth: 2
basic
search

View File

@@ -1 +1,5 @@
Find the documentation in the Activities repo here: `https://github.com/nextcloud/activity/blob/master/docs/endpoint-v2.md`
============
Activity API
============
Find the documentation in the `Activity app repo <https://github.com/nextcloud/activity/blob/master/docs/endpoint-v2.md>`__.

View File

@@ -12,7 +12,7 @@ Clients and Client APIs
OCS/index
LoginFlow/index
RemoteWipe/index
ocs-share-api
ocs-sharee-api
OCS/ocs-share-api
OCS/ocs-sharee-api
activity-api