Skip to content

Commit

Permalink
Add missing required fields to requestBody
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 2, 2024
1 parent b4cbf2e commit 08e21e0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/validator/aggregate_and_proofs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ post:
- ValidatorRequiredApi
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/beacon_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ post:
tags:
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/beacon_committee_subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ post:
- ValidatorRequiredApi
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/prepare_beacon_proposer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ post:
- ValidatorRequiredApi
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/register_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ post:
tags:
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/sync_committee_contribution_and_proof.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ post:
- ValidatorRequiredApi
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/sync_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ post:
tags:
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/validator/sync_committee_subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ post:
- ValidatorRequiredApi
- Validator
requestBody:
required: true
content:
application/json:
schema:
Expand Down

0 comments on commit 08e21e0

Please sign in to comment.