Skip to content
robinsdm edited this page Oct 25, 2015 · 2 revisions

How to create Pathfinder-webserver object

Create Applications

To create an application you only need to specify the name of the application.

{
  "name": "application name"
}

Create a User

To create a user you must specify a username, a password, and a confirm password. The username must be unique and the password and confirm password must be the same.

{
  "username": "someone's username"
  "password": "their password"
  "confirmPassword": "their password"
}
Clone this wiki locally