Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update syncing status requirements in getHealth #341

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading