General¶
Changelog¶
GET /changelog
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
since |
query | string or null | no | A version the client has already shown, e.g. '0.1.0'. Only releases after it are returned. |
Responses
| Status | Meaning | Body |
|---|---|---|
| 200 | Successful Response | ChangelogResponse |
Also the shared errors: 400, 401, 404, 405, 422, 500, 501, 503.
Health¶
GET /health
Responses
| Status | Meaning | Body |
|---|---|---|
| 200 | Successful Response | HealthResponse |
Also the shared errors: 400, 401, 404, 405, 422, 500, 501, 503.