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 Jan 17, 2023
1 parent 2d9ee7c commit 2ccba87
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 @@ -113,7 +113,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 2ccba87

Please sign in to comment.