Skip to content

Commit 6463a7d

Browse files
committed
deploy: 3165de2
1 parent 5f7890e commit 6463a7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

beacon-node-oapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,10 @@ paths:
16941694
State identifier.
16951695
Can be one of: "head" (canonical head in node's view), "genesis", "finalized", "justified", \<slot\>, \<hex encoded stateRoot with 0x prefix\>.
16961696
requestBody:
1697-
description: 'An array of values, with each value either a hex encoded public key (any bytes48 with 0x prefix) or a validator index.'
1697+
description: |
1698+
An array of values, with each value either a hex encoded public key (any bytes48 with 0x prefix) or a validator index.
1699+
1700+
If the supplied list is empty (i.e. the body is `[]`) or no body is supplied then all validators will be returned.
16981701
required: false
16991702
content:
17001703
application/json:

0 commit comments

Comments
 (0)