Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apis/validator/attestation_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ get:
$ref: ../../beacon-node-oapi.yaml#/components/schemas/Uint64
- name: committee_index
in: query
description: "The committee index for which an attestation data should be created."
description: |
The committee index for which an attestation data should be created. For `slot`s in
Electra and later, this paramiter MAY always be set to 0.
required: true
schema:
$ref: "../../beacon-node-oapi.yaml#/components/schemas/Uint64"
Expand Down