From 4d9012ca5adf6d43a501b1365df2ec4c43d3dc5d Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Tue, 17 Sep 2019 18:29:55 +0200 Subject: [PATCH] updated share types in OCS API Signed-off-by: Sascha Wiswedel --- developer_manual/client_apis/OCS/ocs-share-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/OCS/ocs-share-api.rst b/developer_manual/client_apis/OCS/ocs-share-api.rst index 74a16858a..9d72c6255 100644 --- a/developer_manual/client_apis/OCS/ocs-share-api.rst +++ b/developer_manual/client_apis/OCS/ocs-share-api.rst @@ -75,8 +75,8 @@ Share a file/folder with a user/group or as public link. * Method: POST * POST Arguments: path - (string) path to the file/folder which should be shared -* POST Arguments: shareType - (int) 0 = user; 1 = group; 3 = public link; 6 = federated cloud share -* POST Arguments: shareWith - (string) user / group id with which the file should be shared +* POST Arguments: shareType - (int) 0 = user; 1 = group; 3 = public link; 4 = email; 6 = federated cloud share; 7 = circle; 10 = Talk conversation +* POST Arguments: shareWith - (string) user / group id / email address / circleID / conversation name with which the file should be shared * POST Arguments: publicUpload - (string) allow public upload to a public shared folder (true/false) * POST Arguments: password - (string) password to protect public link Share with * POST Arguments: permissions - (int) 1 = read; 2 = update; 4 = create; 8 = delete;