Update documentation

This commit is contained in:
Corder Guy 2018-04-19 14:46:34 -05:00
parent 10a13f74e6
commit 06e33e1040

View file

@ -8,4 +8,4 @@ Base url = `https://corder.tech`
| `/mocha/users/{user_id}` | row with the given user | Yes |
| `/mocha/users/*` | all rows | Yes |
| `/mocha/top/{n}` | users with the n highest scores | Yes |
| `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No |
| `/mocha/set/{user_id}/{new_score}` | 200 OK if successful | No |