We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eccf7f commit b30273cCopy full SHA for b30273c
apis/validator/execution_payload_bid.yaml
@@ -64,5 +64,14 @@ get:
64
message: "Execution payload bid not available for slot and builder"
65
"406":
66
$ref: "../../beacon-node-oapi.yaml#/components/responses/NotAcceptable"
67
+ "422":
68
+ description: "The builder_index does not correspond to a validator with builder withdrawal credentials (0x03 prefix)"
69
+ content:
70
+ application/json:
71
+ schema:
72
+ $ref: "../../beacon-node-oapi.yaml#/components/schemas/ErrorMessage"
73
+ example:
74
+ code: 422
75
+ message: "Builder index does not correspond to a registered builder validator"
76
"500":
77
$ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"
0 commit comments