{ "operationId": "get-guardian-set", "summary": "", "tags": [ "wormholescan" ], "method": "GET", "path": "/api/v1/guardian_sets/{version}", "parameters": [ { "name": "version", "in": "path", "required": true, "type": "string" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/response.Response-guardian_sets_GuardianSetDoc" } }, "400": { "description": "Bad Request", "schema": {} }, "404": { "description": "Not Found", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }