File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 A 503 error must be returned if the beacon node is currently syncing.
1414 parameters :
1515 - name : slot
16- in : query
16+ in : path
1717 required : true
1818 description : " The slot for which payload attestation data should be created."
1919 schema :
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ paths:
194194 $ref : " ./apis/validator/block.v4.yaml"
195195 /eth/v1/validator/attestation_data :
196196 $ref : " ./apis/validator/attestation_data.yaml"
197- /eth/v1/validator/payload_attestation_data :
197+ /eth/v1/validator/payload_attestation_data/{slot} :
198198 $ref : " ./apis/validator/payload_attestation_data.yaml"
199199 /eth/v2/validator/aggregate_attestation :
200200 $ref : " ./apis/validator/aggregate_attestation.v2.yaml"
You can’t perform that action at this time.
0 commit comments