index ?? null; if (isset($index)) { return "/_plugins/_refresh_search_analyzers/$index"; } throw new RuntimeException('Missing index parameter for the endpoint indices.refresh_search_analyzers'); } public function getParamWhitelist(): array { return []; } public function getMethod(): string { return 'POST'; } }