Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Update API Documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmccarty committed Sep 9, 2019
1 parent b630e67 commit bee856f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions API Documentation.md
Expand Up @@ -5,7 +5,7 @@
Function: | change_password()
------------|-----------------------
Route: | /api/changePass
Parameters: | none
Parameters: | newPass (str)
Returns: | none
Result: | changes password for config page

Expand All @@ -32,7 +32,7 @@ def change_password():
Function: | check_password()
------------|----------------------
Route: | /api/checkPass
Parameters: | none
Parameters: | currentPass (str)
Returns: | boolean OR str (first time setup)
Result: | permits/denies access to config page

Expand Down Expand Up @@ -88,7 +88,7 @@ def config_read_ep():
Function: | config_ini_save()
------------|-------------------
Route: | /api/configSave
Parameters: | none
Parameters: | consumerKey (str), consumerSecret (str), accessToken (str), accessTokenSecret (str), seed (list), pinned (list), location (list)
Returns: | none
Result: | user changes to config saved

Expand Down Expand Up @@ -149,7 +149,7 @@ def get_disk_space():
Function: | score_demo()
------------|--------------
Route: | /api/scoreDemo
Parameters: | none
Parameters: | exclusion (str)
Returns: | json
Result: | sends entity statistics to frontend

Expand Down

0 comments on commit bee856f

Please sign in to comment.