From d0114fb35d3d00601890983a404857298061ecbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Thu, 14 Nov 2013 10:23:58 +0100 Subject: [PATCH] Update ocs-share-api.rst shareWith should be a string --- developer_manual/core/ocs-share-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index 85981455e..0de306291 100644 --- a/developer_manual/core/ocs-share-api.rst +++ b/developer_manual/core/ocs-share-api.rst @@ -70,7 +70,7 @@ Share a file/folder with a user/group or as public link. * POST Arguments: path - (string) path to the file/folder which should be shared * POST Arguments: shareType - (int) '0' = user; '1' = group; '3' = public link -* POST Arguments: shareWith - (int) user / group id with which the file should be shared +* POST Arguments: shareWith - (string) user / group id with which the file should be shared * POST Arguments: publicUpload - (boolean) 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;