Skip to content

Commit

Permalink
Merge branch 'master' into block-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee authored Jul 25, 2023
2 parents fca70b2 + 11e5c27 commit 6a0755e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis/node/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ get:
description: "Customize syncing status instead of default status code (206)"
schema:
type: integer
minimum: 1
minimum: 100
maximum: 599
responses:
"200":
description: Node is ready
"206":
description: Node is syncing but can serve incomplete data
"400":
description: Invalid syncing status code
"503":
description: Node not initialized or having issues

0 comments on commit 6a0755e

Please sign in to comment.