Skip to content

Commit

Permalink
Add missing pruningIndex field (#108)
Browse files Browse the repository at this point in the history
* Add missing pruningIndex field

* Make field required

Co-authored-by: Levente Pap <[email protected]>
  • Loading branch information
Thoralf-M and lzpap authored Oct 6, 2022
1 parent c91505e commit c930ecc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tips/TIP-0025/core-rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2893,10 +2893,14 @@ components:
description: The Milestone ID of the latest confirmed milestone. Hex-encoded with 0x prefix.
required:
- index
pruningIndex:
type: integer
description: The index of the milestone before which the tangle history is pruned.
required:
- isHealthy
- latestMilestone
- confirmedMilestone
- pruningIndex
metrics:
description: Node metrics.
properties:
Expand Down

0 comments on commit c930ecc

Please sign in to comment.