[Pkg-owncloud-commits] [owncloud-doc] 04/09: Update ocs-share-api.rst
David Prévot
taffit at moszumanska.debian.org
Sun Dec 15 04:16:06 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 5.0
in repository owncloud-doc.
commit 71347b0d22201d73b8aef9b09ab4f6b52fe64062
Author: Björn Schießle <bjoern at schiessle.org>
Date: Thu Nov 14 10:24:38 2013 +0100
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 8598145..0de3062 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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list