From 706d976e689d10df3131412caa03d2fd3d9c7b17 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Sun, 7 Apr 2024 16:49:21 +0100 Subject: [PATCH] Return 404 error if no sync committee contribution is available --- apis/validator/sync_committee_contribution.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apis/validator/sync_committee_contribution.yaml b/apis/validator/sync_committee_contribution.yaml index 3aac4a21..53484bba 100644 --- a/apis/validator/sync_committee_contribution.yaml +++ b/apis/validator/sync_committee_contribution.yaml @@ -10,6 +10,9 @@ get: A 503 error must be returned if the block identified by the response `beacon_block_root` is optimistic (i.e. the sync committee contribution refers to a block that has not been fully verified by an execution engine). + + A 404 error must be returned if no sync committee contribution is available + for the requested `beacon_block_root`. parameters: - name: slot in: query