{ "/robots.txt": { "get": { "summary": "Get Robots", "description": "Block all web crawlers from indexing the proxy server endpoints\nThis is useful for ensuring that the API endpoints aren't indexed by search engines", "operationId": "get_robots_robots_txt_get", "responses": { "200": { "description": "Successful Response", "content": { "application/json": { "schema": {} } } } } } } }