Browse Source

Merge pull request #550 from surgicalcoder/patch-2

Peer's role misses a PLANET role
Adam Ierymenko 7 years ago
parent
commit
b92ef67e56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/README.md

+ 1 - 1
service/README.md

@@ -166,7 +166,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: