From 06e33e1040fdfb6ed742df299c38a862b1943dcd Mon Sep 17 00:00:00 2001 From: Corder Guy Date: Thu, 19 Apr 2018 14:46:34 -0500 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f177595..88065c2 100644 --- a/README.md +++ b/README.md @@ -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 |