Skip to content

Commit

Permalink
blocksv3: add ignore_builders flag
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Dec 4, 2023
1 parent ad873a0 commit 72d0283
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apis/validator/block.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ get:
is a flag and does not take a value.
schema: {}
allowEmptyValue: true
- name: ignore_builders
in: query
required: false
description: |
Ignore block builders and always attempt to construct blocks via the local execution client.
schema: {}
allowEmptyValue: true
responses:
"200":
description: Success response
Expand Down

0 comments on commit 72d0283

Please sign in to comment.