mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
🚧📚
This commit is contained in:
parent
98c7763ae2
commit
74f97ecac9
1 changed files with 18 additions and 15 deletions
|
|
@ -24,12 +24,12 @@
|
||||||
| VerifyPassword | verifies the credentials, used for connected services for ease of use | `N/A` | api/v1/user/verify_password | `POST` | 204 | `N/A` | `N/A` | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_check_mark: |
|
| VerifyPassword | verifies the credentials, used for connected services for ease of use | `N/A` | api/v1/user/verify_password | `POST` | 204 | `N/A` | `N/A` | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_check_mark: |
|
||||||
|
|
||||||
### Usage enpoint errors
|
### Usage enpoint errors
|
||||||
| name | 400 | 401 | 404 | 405 | 406 |
|
| name | 400 | 401 | 404 | 406 |
|
||||||
| :------------- | :----------------------: | :----------------------: | :----------------------: | :----------------: | :----------------: |
|
| :------------- | :----------------------: | :----------------------: | :----------------------: | :----------------: |
|
||||||
| GetBal | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
| GetBal | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
| GetLog | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
| GetLog | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
| SendFunds | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
| SendFunds | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
| VerifyPassword | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_check_mark: |
|
| VerifyPassword | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: |
|
||||||
|
|
||||||
### Usage endpoint support
|
### Usage endpoint support
|
||||||
`v` denoting the API version
|
`v` denoting the API version
|
||||||
|
|
@ -42,15 +42,18 @@
|
||||||
|
|
||||||
### Meta endpoints
|
### Meta endpoints
|
||||||
| name | purpose | json input | path | HTTP Method | correct status | return type | return value | Jresp | Jreq | A | U |
|
| name | purpose | json input | path | HTTP Method | correct status | return type | return value | Jresp | Jreq | A | U |
|
||||||
| :------------- | ----------------------------------------------- | --------------- | --------------------------- | :---------: | :------------: | :---------: | :----------: | :----------------: | :----------------: | :----------------------: | :----------------: |
|
| :------------------ | ----------------------------------------------- | ----------------------------- | --------------------------------- | :---------: | :------------: | :---------: | :----------: | :----------------: | :----------------------: | :----------------------: | :----------------------: |
|
||||||
| ChangePassword | to change the password of of Authenticated user | {"pass":string} | api/v1/user/change_password | `PATCH` | 204 | `N/A` | `N/A` | :heavy_check_mark: | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: |
|
| ChangePassword | to change the password of of Authenticated user | {"pass":string} | api/v1/user/change_password | `PATCH` | 204 | `N/A` | `N/A` | :heavy_check_mark: | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: |
|
||||||
|
| AdminChangePassword | to change the password of a given user `{name}` | {"name":string,"pass":string} | api/v1/admin/user/change_password | `PATCH` | 204 | `N/A` | `N/A` | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_multiplication_x: |
|
||||||
|
|
||||||
### Meta endpoint errors
|
### Meta endpoint errors
|
||||||
| name | 400 | 401 | 404 | 405 | 406 |
|
| name | 400 | 401 | 404 | 406 |
|
||||||
| :------------- | :----------------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: |
|
| :------------------ | :----------------: | :----------------: | :----------------------: | :----------------: |
|
||||||
| ChangePassword | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
| ChangePassword | :heavy_check_mark: | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: |
|
||||||
|
| AdminChangePassword | :heavy_check_mark: | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark |
|
||||||
|
|
||||||
### Meta endpoint support
|
### Meta endpoint support
|
||||||
| name | v1 |
|
| name | v1 |
|
||||||
| :------------- | :----------------: |
|
| :------------------ | :----------------: |
|
||||||
| ChangePassword | :heavy_check_mark: |
|
| ChangePassword | :heavy_check_mark: |
|
||||||
|
| AdminChangePassword | :heavy_check_mark: |
|
||||||
Loading…
Reference in a new issue