Merge pull request #870 from nextcloud/doc/11270

Adds the note property for the update share endpoint
This commit is contained in:
Roeland Jago Douma
2018-09-25 21:05:15 +02:00
committed by GitHub

View File

@@ -123,6 +123,7 @@ Update a given share. Only one value can be updated per request.
upload for public shares.
* PUT Arguments: expireDate - (string) set a expire date for public link
shares. This argument expects a well formatted date string, e.g. 'YYYY-MM-DD'
* PUT Arguments: note - (string) Adds a note for the share recipient.
.. note:: Only one of the update parameters can be specified at once.