mirror of
https://github.com/imputnet/cobalt.git
synced 2026-09-21 12:18:53 +00:00
6.0
in this commit: - enhanced css (hover border, less annoying donate highlight, checkbox width fix for mobile, more consistent color scheme) - addition of an urgent notice (in this case it mentions all issues related to old infra being fixed) - updated twitter picker test - changelog for 6.0 - removed partial translations
This commit is contained in:
parent
8d39096977
commit
527ca29215
21 changed files with 107 additions and 904 deletions
23
docs/API.md
23
docs/API.md
|
|
@ -65,7 +65,22 @@ On-demand website element loading. Currently used only for older changelogs.<br>
|
|||
| blockId | ``0`` | Block ID to be rendered on the server. |
|
||||
|
||||
### Response Body Variables
|
||||
| key | type | variables |
|
||||
|:-----------|:-------|:-----------------------------|
|
||||
| status | string | ``error / success`` |
|
||||
| text | string | Error text or rendered block |
|
||||
| key | type | variables |
|
||||
|:-------|:-------|:-----------------------------|
|
||||
| status | string | ``error / success`` |
|
||||
| text | string | Error text or rendered block |
|
||||
|
||||
## GET: ``/api/serverInfo``
|
||||
Returns current basic server info.<br>
|
||||
Response Body Type: ``application/json``
|
||||
|
||||
### Response Body Variables
|
||||
| key | type | variables |
|
||||
|:----------|:-------|:------------------|
|
||||
| version | string | cobalt version |
|
||||
| commit | string | Git commit |
|
||||
| branch | string | Git branch |
|
||||
| name | string | Server name |
|
||||
| url | string | Server url |
|
||||
| cors | string | CORS status |
|
||||
| startTime | string | Server start time |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue