You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Add the initial Admin User

  1. set master.default="xxxx" in application.conf
  2. restart the geostreams-api-v3
  3. use xxxx to signup, then xxxx is set as default admin

Add other user as Admin User

  1. make sure you are the admin user
  2. click "mange user" on the home page
  3. click enable

Delete a datapoint

       use https://opensource.ncsa.illinois.edu/bitbucket/snippets/6de7681f45fe4731a4acce344ddcb346

Update trends region

       use https://opensource.ncsa.illinois.edu/bitbucket/snippets/e2862e635cbf426988d8c6d4231e151b as the input json,

       it indicate which regions & parameters are used. regions's geometry information is not stored in the DB, it uses the one in the json file. 

       POST to /api/trends/region with master user token. 


  • No labels