Fix typo
This commit is contained in:
parent
0c36551382
commit
ccbe8793b4
1 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ Base url = `https://corder.tech`
|
|||
|
||||
|
||||
| Endpoint | Return | Implemented? |
|
||||
| ---------------------------------- | ------------------------------ | ------------ |
|
||||
| ---------------------------------- | ------------------------------- | ------------ |
|
||||
| `/mocha/users/{user_id}` | row with the given user | Yes |
|
||||
| `/mocha/users/*` | all rows | Yes |
|
||||
| `/mocha/top/{n}` | user with the n highest scores | No |
|
||||
| `/mocha/top/{n}` | users with the n highest scores | No |
|
||||
| `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No |
|
||||
|
|
Reference in a new issue