index ?? null; if (isset($index)) { return "/$index/_reload_search_analyzers"; } throw new RuntimeException('Missing parameter for the endpoint indices.reload_search_analyzers'); } public function getParamWhitelist(): array { return [ 'ignore_unavailable', 'allow_no_indices', 'expand_wildcards' ]; } public function getMethod(): string { return 'GET'; } }