You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.