File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222 $ref : " ../../builder-oapi.yaml#/components/schemas/ConsensusVersion"
2323 required : false
2424 name : Eth-Consensus-Version
25- description : " Version of the block being submitted"
25+ description : " The active consensus version to which the block being submitted belongs. Required if request is SSZ encoded. "
2626 requestBody :
2727 description : A `SignedBlindedBeaconBlock`.
2828 required : true
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ components:
108108 headers :
109109 Eth-Consensus-Version :
110110 $ref : " ./beacon-apis/beacon-node-oapi.yaml#/components/headers/Eth-Consensus-Version"
111+ description : " The active consensus version to which the data belongs. Required if response is SSZ encoded."
111112 schema :
112113 $ref : " #/components/schemas/ConsensusVersion"
113114
You can’t perform that action at this time.
0 commit comments