Adds the note property for the update share endpoint

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-09-20 12:04:20 +02:00
parent 61813a8cc3
commit e781ec616c
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1

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.