File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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: |
You can’t perform that action at this time.
0 commit comments