Browse Source

Update controller readme

Delete `/controller/network/<network ID>/active` docs

re: #921
pull/2/head
Travis LaDuke 7 years ago committed by GitHub
parent
commit
99c3f02343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      controller/README.md

8
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

Loading…
Cancel
Save