You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/client_apis/OCS/ocs-share-api.rst
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Statuscodes:
116
116
Update Share
117
117
~~~~~~~~~~~~
118
118
119
-
Update a given share. Only one value can be updated per request.
119
+
Update a given share.
120
120
121
121
* Syntax: /shares/*<share_id>*
122
122
* Method: PUT
@@ -133,8 +133,6 @@ Update a given share. Only one value can be updated per request.
133
133
* PUT Arguments: attributes - (string) serialized JSON string for :ref:`share attributes<Share attributes>`
134
134
* PUT Arguments: sendMail - (string) send an email to the recipient. This will not send an email on its own. You will have to use the :ref:`send-email<Send email>` endpoint to send the email. (true/false)
135
135
136
-
.. note:: Only one of the update parameters can be specified at once.
0 commit comments