Skip to content

Commit

Permalink
Remove observedSubnetUptime from Info Docs (#3575)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Liokumovich <[email protected]>
  • Loading branch information
samliok authored Dec 2, 2024
1 parent 94be34a commit 01eb14a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/info/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ info.peers({
lastReceived: string,
benched: string[],
observedUptime: int,
observedSubnetUptime: map[string]int,
}
}
```
Expand Down Expand Up @@ -558,7 +557,6 @@ curl -X POST --data '{
"lastReceived": "2020-06-01T15:22:57Z",
"benched": [],
"observedUptime": "99",
"observedSubnetUptimes": {},
"trackedSubnets": [],
"benched": []
},
Expand Down

0 comments on commit 01eb14a

Please sign in to comment.