MCPcopy Create free account
hub / github.com/Rello/analytics / update

Method update

lib/Controller/ShareController.php:110–113  ·  view source on GitHub ↗

* update/set share password * * @param $shareId * @param null $password * @param null $canEdit * @param null $domain * @return DataResponse */

($shareId, $password = null, $canEdit = null, $domain = null)

Source from the content-addressed store, hash-verified

108 * @return DataResponse
109 */
110 #[NoAdminRequired]
111 public function update($shareId, $password = null, $canEdit = null, $domain = null) {
112 return new DataResponse($this->ShareService->update($shareId, $password, $canEdit, $domain));
113 }
114
115 /**
116 * delete a share

Callers 3

addDataMethod · 0.45
addDataV2Method · 0.45
addDataV4Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected