From 98510136bd4fe0e565d966e2f4bd62c9db312b22 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 12:04:45 +0200 Subject: [PATCH] Give the comments page a title, so it get included in TOCs Signed-off-by: Christoph Wurst --- developer_manual/client_apis/WebDAV/comments.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/comments.rst b/developer_manual/client_apis/WebDAV/comments.rst index 76bae303d..c8f7fa495 100644 --- a/developer_manual/client_apis/WebDAV/comments.rst +++ b/developer_manual/client_apis/WebDAV/comments.rst @@ -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: