index ?? null; if (isset($index)) { return "/$index/_rollup/data"; } throw new RuntimeException('Missing parameter for the endpoint rollup.get_rollup_index_caps'); } public function getParamWhitelist(): array { return []; } public function getMethod(): string { return 'GET'; } }