From a7884868036809b8b393efaf71f50ad810ed61e5 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 25 Feb 2019 12:13:55 -0800 Subject: [PATCH] Remove `/controller/network//active` from controller documentation as that path no longer exists. GitHub Issue #921 --- controller/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/controller/README.md b/controller/README.md index 95220c11c..c93c08f5a 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//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//member/
` * Purpose: Create, authorize, or remove a network member