Skip to content

Commit

Permalink
Add 501 error response to submitSyncCommitteeSelections (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Harris <[email protected]>
  • Loading branch information
nflaig and rolfyone authored Apr 24, 2023
1 parent c1384c3 commit 649f352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/validator/sync_committee_selections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ post:
$ref: '../../beacon-node-oapi.yaml#/components/responses/InvalidRequest'
"500":
$ref: '../../beacon-node-oapi.yaml#/components/responses/InternalError'
"501":
$ref: '../../beacon-node-oapi.yaml#/components/responses/NotImplementedError'
"503":
$ref: '../../beacon-node-oapi.yaml#/components/responses/CurrentlySyncing'

0 comments on commit 649f352

Please sign in to comment.