diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index c99248dd..9f82f369 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -10,7 +10,7 @@ info: In addition, some request can return data in the SSZ format. To indicate that SSZ data is required in response to a request the header "Accept: application/octet-stream" should be sent. Note that only a subset of requests can respond with data in SSZ format; these are noted in each individual request. - version: "Dev - Eth2Spec v1.0.1" + version: "2.0.0. - Eth2Spec v1.1.0" contact: name: Ethereum Github url: https://github.com/ethereum/eth2.0-apis/issues diff --git a/index.html b/index.html index fa9f3ff0..a19b3bf8 100644 --- a/index.html +++ b/index.html @@ -47,8 +47,9 @@ // Begin Swagger UI call region const ui = SwaggerUIBundle({ urls: [ - {url: "./beacon-node-oapi.yaml", name: "dev"}, - {url: "https://github.com/ethereum/eth2.0-APIs/releases/download/v1/beacon-node-oapi.yaml", name: "v1"} + {url: "https://github.com/ethereum/eth2.0-APIs/releases/download/v2.0.0/beacon-node-oapi.yaml", name: "v2.0.0"}, + {url: "https://github.com/ethereum/eth2.0-APIs/releases/download/v1/beacon-node-oapi.yaml", name: "v1"}, + {url: "./beacon-node-oapi.yaml", name: "dev"} ], basePath: "/", dom_id: '#swagger-ui',