mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
Peer's role misses a PLANET role
Peer's role misses a PLANET role in documentation vs what's returned from API.
This commit is contained in:
parent
782b2b1514
commit
78ee7f6573
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue