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

Commit

Permalink
README update for new login
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jul 29, 2013
1 parent c12164f commit 56ff31e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ curl -v -b cookies.txt -c cookies.txt
http://localhost:8080/ag-push/rest/auth/login
```

wait until this comes back and then

```
curl -v -b cookies.txt -c cookies.txt
-H "Accept: application/json" -H "Content-type: application/json"
-X PUT -d '{"loginName": "admin", "password":"SOMENEWPASSWORD"}'
http://localhost:8080/ag-push/rest/auth/update
```

#### Register Push App

Register a ```PushApplication```, like _Mobile HR_:
Expand Down

0 comments on commit 56ff31e

Please sign in to comment.