From 88f545742a688cc797372bc37c9728c73e5c3816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 6 Dec 2021 09:01:51 +0100 Subject: [PATCH] Add note to share creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- developer_manual/client_apis/OCS/ocs-share-api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/client_apis/OCS/ocs-share-api.rst b/developer_manual/client_apis/OCS/ocs-share-api.rst index b38c8398f..b956cda90 100644 --- a/developer_manual/client_apis/OCS/ocs-share-api.rst +++ b/developer_manual/client_apis/OCS/ocs-share-api.rst @@ -83,6 +83,7 @@ Share a file/folder with a user/group or as public link. 16 = share; 31 = all (default: 31, for public shares: 1) * POST Arguments: expireDate - (string) set a expire date for public link shares. This argument expects a well formatted date string, e.g. 'YYYY-MM-DD' +* POST Arguments: note - (string) Adds a note for the share recipient. * Mandatory fields: shareType, path and shareWith for shareType 0 or 1. * Result: XML containing the share ID (int) of the newly created share