changed wording of mount unmount to enable and disable sync (#8786)

This commit is contained in:
Sabin Panta
2024-04-10 12:53:19 +05:45
committed by GitHub
parent 6f008307b2
commit 15d6a854dc
3 changed files with 21 additions and 32 deletions
+2 -2
View File
@@ -1905,7 +1905,7 @@ class GraphHelper {
* @return ResponseInterface
* @throws GuzzleException
*/
public static function unmountShare(
public static function disableShareSync(
string $baseUrl,
string $xRequestId,
string $user,
@@ -1934,7 +1934,7 @@ class GraphHelper {
* @return ResponseInterface
* @throws GuzzleException
*/
public static function mountShare(
public static function enableShareSync(
string $baseUrl,
string $xRequestId,
string $user,