Browse Source

Peer's role misses a PLANET role

Peer's role misses a PLANET role in documentation vs what's returned from API.
Monty A 8 years ago
parent
commit
78ee7f6573
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/README.md

+ 1 - 1
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: