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

Method dataAddV3

lib/Controller/ApiDataController.php:249–254  ·  view source on GitHub ↗

* add data via there real field names * @param int $datasetId * @return DataResponse * @throws \Exception */

(int $datasetId)

Source from the content-addressed store, hash-verified

247 * @throws \Exception
248 */
249 #[NoAdminRequired]
250 #[NoCSRFRequired]
251 #[CORS]
252 public function dataAddV3(int $datasetId) {
253 return $this->addDataV2($datasetId);
254 }
255
256 /**
257 * list datasets

Callers

nothing calls this directly

Calls 1

addDataV2Method · 0.95

Tested by

no test coverage detected