From 01eb14abac79c8393f5c14b542a2e572ae090c5d Mon Sep 17 00:00:00 2001 From: Sam Liokumovich <65994425+samliok@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:40:13 -0500 Subject: [PATCH] Remove observedSubnetUptime from Info Docs (#3575) Signed-off-by: Sam Liokumovich <65994425+samliok@users.noreply.github.com> --- api/info/service.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/info/service.md b/api/info/service.md index e2ee8380d0c8..9d1119ecfef5 100644 --- a/api/info/service.md +++ b/api/info/service.md @@ -512,7 +512,6 @@ info.peers({ lastReceived: string, benched: string[], observedUptime: int, - observedSubnetUptime: map[string]int, } } ``` @@ -558,7 +557,6 @@ curl -X POST --data '{ "lastReceived": "2020-06-01T15:22:57Z", "benched": [], "observedUptime": "99", - "observedSubnetUptimes": {}, "trackedSubnets": [], "benched": [] },