diff options
author | Monty A <surgicalcoder@users.noreply.github.com> | 2017-07-09 15:39:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 15:39:49 +0100 |
commit | 78ee7f6573d057c713b09437f48c8e620078aeaa (patch) | |
tree | d924e93afb95bec27a421c974ef725f1500c9f2f | |
parent | 782b2b1514e195cd006374a71aceedae609f0421 (diff) | |
download | infinitytier-78ee7f6573d057c713b09437f48c8e620078aeaa.tar.gz infinitytier-78ee7f6573d057c713b09437f48c8e620078aeaa.zip |
Peer's role misses a PLANET role
Peer's role misses a PLANET role in documentation vs what's returned from API.
-rw-r--r-- | service/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/README.md b/service/README.md index f5223f2d..c2b2cadf 100644 --- a/service/README.md +++ b/service/README.md @@ -165,7 +165,7 @@ Getting /peer returns an array of peer objects for all current peers. See below | versionRev | integer | Software revision of remote (if known) | no | | version | string | major.minor.revision | no | | latency | integer | Latency in milliseconds if known | no | -| role | string | LEAF, UPSTREAM, or ROOT | no | +| role | string | LEAF, UPSTREAM, ROOT or PLANET | no | | paths | [object] | Currently active physical paths (see below) | no | Path objects: |