From e130678fe18f569bc6d34594184c04fa06e2e734 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Mon, 2 Jun 2025 19:04:26 +0800 Subject: [PATCH] remove note --- developer_manual/client_apis/OCS/ocs-share-api.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/developer_manual/client_apis/OCS/ocs-share-api.rst b/developer_manual/client_apis/OCS/ocs-share-api.rst index 69c42b155..167a84aa3 100644 --- a/developer_manual/client_apis/OCS/ocs-share-api.rst +++ b/developer_manual/client_apis/OCS/ocs-share-api.rst @@ -116,7 +116,7 @@ Statuscodes: Update Share ~~~~~~~~~~~~ -Update a given share. Only one value can be updated per request. +Update a given share. * Syntax: /shares/** * Method: PUT @@ -133,8 +133,6 @@ Update a given share. Only one value can be updated per request. * PUT Arguments: attributes - (string) serialized JSON string for :ref:`share attributes` * 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` endpoint to send the email. (true/false) -.. note:: Only one of the update parameters can be specified at once. - Statuscodes: * 100 - successful