Skip to content

Commit e182a96

Browse files
committed
deploy: 6d3fd4d
1 parent aa3b9a2 commit e182a96

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

beacon-node-oapi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,12 +902,19 @@ paths:
902902
ids:
903903
type: array
904904
uniqueItems: true
905+
description: |
906+
An array of values, with each value either a hex encoded public key (any bytes48 with 0x prefix) or a validator index.
907+
908+
If the supplied list is empty (i.e. the value is `[]`) or the property is omitted then all validators will be returned.
905909
items:
906-
description: Either hex encoded public key (any bytes48 with 0x prefix) or validator index
907910
type: string
908911
statuses:
909912
type: array
910913
uniqueItems: true
914+
description: |
915+
An array of validator statuses to filter on.
916+
917+
If the supplied list is empty (i.e. the value is `[]`) or the property is omitted then validators with all statuses will be returned.
911918
items:
912919
oneOf:
913920
- description: |

0 commit comments

Comments
 (0)