diff --git a/apis/beacon/pool/voluntary_exists.yaml b/apis/beacon/pool/voluntary_exits.yaml similarity index 100% rename from apis/beacon/pool/voluntary_exists.yaml rename to apis/beacon/pool/voluntary_exits.yaml diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index 4e6b8bdc..b9640ae3 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -128,7 +128,7 @@ paths: /eth/v1/beacon/pool/sync_committees: $ref: "./apis/beacon/pool/sync_committees.yaml" /eth/v1/beacon/pool/voluntary_exits: - $ref: "./apis/beacon/pool/voluntary_exists.yaml" + $ref: "./apis/beacon/pool/voluntary_exits.yaml" /eth/v1/beacon/pool/bls_to_execution_changes: $ref: "./apis/beacon/pool/bls_to_execution_changes.yaml"