Skip to content

Commit b30273c

Browse files
committed
add get bid error message for invalid builder index
1 parent 5eccf7f commit b30273c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apis/validator/execution_payload_bid.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,14 @@ get:
6464
message: "Execution payload bid not available for slot and builder"
6565
"406":
6666
$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"
6776
"500":
6877
$ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"

0 commit comments

Comments
 (0)