Skip to content

Commit

Permalink
Merge pull request #442 from mcdee/clarify-health-status-code
Browse files Browse the repository at this point in the history
Clarify use of 206 status code for node health.
  • Loading branch information
rkapka authored Apr 12, 2024
2 parents fc89ec5 + 5757bc2 commit 934dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/node/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ get:
"200":
description: Node is ready
"206":
description: Node is syncing but can serve incomplete data
description: Either the beacon node is syncing, or its execution node is optimistic, so data served may be incorrect
"400":
description: Invalid syncing status code
"503":
Expand Down

0 comments on commit 934dc14

Please sign in to comment.