Skip to content

Commit

Permalink
Update syncing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner authored Jan 13, 2021
1 parent af66946 commit bf05c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/node/syncing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
allOf:
- description: "How many slots node needs to process to reach head. 0 if synced."
- $ref: "../../beacon-node-oapi.yaml#/components/schemas/Uint64"
is_syncing:
type: boolean
description: "Set to true if the node is syncing, false if the node is synced."
"500":
$ref: '../../beacon-node-oapi.yaml#/components/responses/InternalError'

0 comments on commit bf05c24

Please sign in to comment.