Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerstock authored Jun 25, 2019
1 parent 72924d7 commit fa7acc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Body (application/Json)

Returns
```
empty []
{
"access_token": "ba94fbf1-4dd6-41c9-9744-6b9b17829641",
"token_type": "bearer",
"refresh_token": "6c8a8105-3a4a-4296-9f1a-65997fd97aca",
"expires_in": 3599,
"scope": "read write trust"
}
```
https://sgs-lambda-bookr.herokuapp.com/users/users to list all users (must be admin)

Expand Down

0 comments on commit fa7acc4

Please sign in to comment.