diff options
author | Travis LaDuke <travisladuke@gmail.com> | 2019-03-12 13:02:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 13:02:49 -0700 |
commit | 99c3f02343a7cb704dbde0b2e324451090875d93 (patch) | |
tree | f80b36fdaec7643065fc007b1bd1f0aa6dd5291e | |
parent | 001ba1a4a7e9fe0fbafee4c64b852c8f623ba453 (diff) | |
download | infinitytier-99c3f02343a7cb704dbde0b2e324451090875d93.tar.gz infinitytier-99c3f02343a7cb704dbde0b2e324451090875d93.zip |
Update controller readme
Delete `/controller/network/<network ID>/active` docs
re: #921
-rw-r--r-- | controller/README.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/controller/README.md b/controller/README.md index 23bd931d..20fb69a0 100644 --- a/controller/README.md +++ b/controller/README.md @@ -208,14 +208,6 @@ Important notes about rules engine behavior: This returns a JSON object containing all member IDs as keys and their `memberRevisionCounter` values as values. -#### `/controller/network/<network ID>/active` - - * Purpose: Get a set of all active members on this network - * Methods: GET - * Returns: { object } - -This returns an object containing all currently online members and the most recent `recentLog` entries for their last request. - #### `/controller/network/<network ID>/member/<address>` * Purpose: Create, authorize, or remove a network member |