Update documentation

This commit is contained in:
Corder Guy 2018-04-17 14:13:52 -05:00
parent f6014749e1
commit 5e9098f1e9

View file

@ -1,3 +1,6 @@
API endpoints: # API endpoints:
```/mocha/users/{user_id}``` | Endpoint | Return |
| ------------------------ | ----------------------- |
| `/mocha/users/{user_id}` | row with the given user |
| `/mocha/users/*` | all rows |