From c79ed5eb4028167aa777b4dfbd7e1ddfccfd1e8c Mon Sep 17 00:00:00 2001 From: Sam Liokumovich <65994425+samliok@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:59:03 -0500 Subject: [PATCH] Update service.md Noticed the info api was updated but the deprecated `observedSubnetUptime` field was not removed 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": [] },