From ada9fc52de1c06679e0a7974e53bec8d9f8251f6 Mon Sep 17 00:00:00 2001 From: Corder Guy Date: Thu, 19 Apr 2018 13:48:52 -0500 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe0930..f177595 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ 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 | No | +| `/mocha/top/{n}` | users with the n highest scores | Yes | | `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No |