From e0ee726d22d3d4c4c0c20923a03ed4af4884e6eb Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 27 Jul 2017 15:28:29 -0400 Subject: [PATCH] Update to the format the code now actually produces --- docs/frontends/webapi.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/frontends/webapi.rst b/docs/frontends/webapi.rst index 95602bb57..1769a05e1 100644 --- a/docs/frontends/webapi.rst +++ b/docs/frontends/webapi.rst @@ -1859,15 +1859,16 @@ of the introducer(s) and storage server(s), here's an example:: "introducers": { "statuses": [] }, - "servers": { - "other_nodeid": { - "available_space": 123456, - "nickname": "George \u263b", - "version": "1.0", - "connection_status": "summary", - "last_received_data": 1487811257, - } - } + "servers": [{ + "nodeid": "other_nodeid", + "description": { + "available_space": 123456, + "nickname": "George \u263b", + "version": "1.0", + "connection_status": "summary", + "last_received_data": 1487811257 + } + }] }