diff --git a/apis/beacon/states/validator_balances.yaml b/apis/beacon/states/validator_balances.yaml index 7fbe6d05..aa0c3b7d 100644 --- a/apis/beacon/states/validator_balances.yaml +++ b/apis/beacon/states/validator_balances.yaml @@ -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: