* add data via there real field names * @param int $datasetId * @return DataResponse * @throws \Exception */
(int $datasetId)
| 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 |