Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion apis/builder/blinded_blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ post:
$ref: "../../builder-oapi.yaml#/components/schemas/ConsensusVersion"
required: false
name: Eth-Consensus-Version
description: "Version of the block being submitted"
description: "The active consensus version to which the block being submitted belongs. Required if request is SSZ encoded."
requestBody:
description: A `SignedBlindedBeaconBlock`.
required: true
Expand Down
1 change: 1 addition & 0 deletions builder-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ components:
headers:
Eth-Consensus-Version:
$ref: "./beacon-apis/beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version"
description: "The active consensus version to which the data belongs. Required if response is SSZ encoded."
schema:
$ref: "#/components/schemas/ConsensusVersion"

Expand Down