Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Aug 9, 2021
1 parent 255fdf1 commit 36cf1d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 36cf1d5

Please sign in to comment.