Skip to content

Commit

Permalink
fixed request URL format
Browse files Browse the repository at this point in the history
  • Loading branch information
zsfelfoldi committed Nov 28, 2022
1 parent 4ed5eba commit f68740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-node-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ paths:
$ref: "./apis/beacon/light_client/finality_update.yaml"
/eth/v1/beacon/light_client/optimistic_update:
$ref: "./apis/beacon/light_client/optimistic_update.yaml"
/eth/v0/beacon/light_client/instant_update:
/eth/v0/beacon/light_client/instant_update/{block_root}:
$ref: "./apis/beacon/light_client/instant_update.yaml"
/eth/v1/beacon/pool/attestations:
$ref: "./apis/beacon/pool/attestations.yaml"
Expand Down

0 comments on commit f68740e

Please sign in to comment.