From a219842b5a66517ef630c19250f79383a04c7383 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 10 Jun 2021 01:59:24 -0700 Subject: [PATCH] fixed miss labeling of getbal --- help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.md b/help.md index 3eeb8c0..af33834 100644 --- a/help.md +++ b/help.md @@ -17,7 +17,7 @@ # Usage | Name | Path | Method | A | Description | | :------------: | :-------------------------------- | :----: | :---: | --------------------------------------------------------------------------------------------------------------------------- | -| GetBal | /{name}/bal | GET | true | returns the balance of a given user `{name}` | +| GetBal | /{name}/bal | GET | false | returns the balance of a given user `{name}` | | GetLog | /{name}/log | GET | true | returns a list of last `n` number of transactions (a configurable amount) of a given user `{name}` | | SendFunds | /{name}/send/{to}/amount={amount} | POST | false | sends `{amount}` from user `{name}` to user `{to}` | | VerifyPassword | /{name}/pass/verify | GET | true | returns `true` or `false` depending on if the supplied user `{name}`'s password matches the password supplied in the header |