- description: Call openapi json endpoint url: /api/swagger/json method: GET status: 200 query: response: openapi: 3.0.0 info: version: '' title: Rest Endpoints description: "This OpenAPI specification is automatically generated by Hasura.\n\ \nEndpoint \"wrong_endpoint\":\n- ⚠️ $.random_field_name: field 'random_field_name'\ \ not found in object 'query_root'\n- ⚠️ $.test_table.random_col_name: field\ \ 'random_col_name' not found in object 'test_table'" paths: /api/rest/some_url: get: summary: wrong_endpoint description: "***\nThe GraphQl query for this endpoint is:\n``` graphql\n\ query { random_field_name test_table { random_col_name } }\n```" parameters: - schema: type: string in: header name: x-hasura-admin-secret description: Your x-hasura-admin-secret will be used for authentication of the API request. responses: '200': content: application/json: schema: properties: test_table: items: type: object type: array nullable: false description: Responses for GET /api/rest/some_url components: {}