From af8e5e7c0fe590f111121971608066a4614ed7bd Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Thu, 1 Aug 2024 05:53:44 +0100 Subject: [PATCH] Clarify 206 health status if EL is offline (#455) Co-authored-by: Paul Harris --- apis/node/health.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/node/health.yaml b/apis/node/health.yaml index 0aa363a7..e9c419e6 100644 --- a/apis/node/health.yaml +++ b/apis/node/health.yaml @@ -17,7 +17,7 @@ get: "200": description: Node is ready "206": - description: Either the beacon node is syncing, or its execution node is optimistic, so data served may be incorrect + description: Either the beacon node is syncing, or its execution node is optimistic or offline, so data served may be incorrect "400": description: Invalid syncing status code "503":