From 8718b33a668f1070e3c4312b91d4aa5ce0603eaf Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 23 Nov 2016 15:57:06 -0800 Subject: [PATCH] docs --- service/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/service/README.md b/service/README.md index 45f06fcf7..d80b5b6dc 100644 --- a/service/README.md +++ b/service/README.md @@ -52,6 +52,7 @@ A *jsonp* URL argument may be supplied to request JSONP encapsulation. A JSONP r | worldTimestamp | integer | Timestamp of most recent world definition | no | | online | boolean | If true at least one upstream peer is reachable | no | | tcpFallbackActive | boolean | If true we are using slow TCP fallback | no | +| relayPolicy | string | Relay policy: ALWAYS, TRUSTED, or NEVER | no | | versionMajor | integer | Software major version | no | | versionMinor | integer | Software minor version | no | | versionRev | integer | Software revision | no |