Merge pull request #7765 from nextcloud/api/note-share

This commit is contained in:
John Molakvoæ 2021-12-06 09:57:15 +01:00 committed by GitHub
commit 2b8569d331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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