mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚🚧
This commit is contained in:
parent
54e59e47b2
commit
b64c18fc22
1 changed files with 4 additions and 4 deletions
|
|
@ -66,9 +66,9 @@
|
|||
|
||||
### Sytem Usage endpoints
|
||||
| name | purpose | json input | path | HTTP Method | correct status | return type | return value | Jresp | Jreq | A | U |
|
||||
| :---- | ---------------------------------- | ---------- | --------------------- | :---------: | :------------: | :---------: | :----------: | :----------------: | :---: | :----------------------: | :----------------------: |
|
||||
| Help | redirects to GitHub projects Docs | `N/A` | api/v1/help | `GET` | 301 | `N/A` | `N/A` | `N/A` | `N/A` | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
||||
| Close | saves & closes the CCash webserver | `N/A` | api/v1/admin/shutdown | `POST` | 204 | `N/A` | `N/A` | :heavy_check_mark: | `N/A` | :heavy_check_mark: | :heavy_multiplication_x: |
|
||||
| :---- | ---------------------------------- | ---------- | --------------------- | :---------: | :------------: | :---------: | :----------: | :----------------------: | :----------------------: | :----------------------: | :----------------------: |
|
||||
| Help | redirects to GitHub projects Docs | `N/A` | api/v1/help | `GET` | 301 | `N/A` | `N/A` | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
||||
| Close | saves & closes the CCash webserver | `N/A` | api/v1/admin/shutdown | `POST` | 204 | `N/A` | `N/A` | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_multiplication_x: |
|
||||
|
||||
### System Usage endpoin errors
|
||||
| name | 400 | 401 | 404 | 406 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue