mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
fixed miss labeling of getbal
This commit is contained in:
parent
84f934f39d
commit
a219842b5a
1 changed files with 1 additions and 1 deletions
2
help.md
2
help.md
|
|
@ -17,7 +17,7 @@
|
||||||
# Usage
|
# Usage
|
||||||
| Name | Path | Method | A | Description |
|
| 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}` |
|
| 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}` |
|
| 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 |
|
| 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 |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue