Skip to content

Commit

Permalink
Updates after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Aug 13, 2024
1 parent ddf7e52 commit 32ef522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apis/beacon/states/validator_balances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ post:
$ref: '../../../beacon-node-oapi.yaml#/components/parameters/StateId'
requestBody:
description: |
Either hex encoded public key (any bytes48 with 0x prefix) or validator index.
An array of values, with each value either a hex encoded public key (any bytes48 with 0x prefix) or a validator index.
If the supplied list is empty (i.e. the body is `[]`) then balances will be returned for all validators.
required: true
If the supplied list is empty (i.e. the body is `[]`) or no body is supplied then balances will be returned for all validators.
required: false
content:
application/json:
schema:
Expand Down

0 comments on commit 32ef522

Please sign in to comment.