Skip to content

Commit

Permalink
Syncing status query parameter must be valid http status code (100-599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jul 23, 2023
1 parent 50764b1 commit 9465f81
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 @@ -11,7 +11,7 @@ get:
description: "Customize syncing status instead of default status code (206)"
schema:
type: integer
minimum: 1
minimum: 100
maximum: 599
responses:
"200":
Expand Down

0 comments on commit 9465f81

Please sign in to comment.