index ?? null; if (isset($index)) { return "/_cat/segments/$index"; } return "/_cat/segments"; } public function getParamWhitelist(): array { return [ 'format', 'bytes', 'h', 'help', 's', 'v' ]; } public function getMethod(): string { return 'GET'; } }