mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 06:58:28 +02:00
27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"downtime": [
|
|
{
|
|
"warning_start_time": "2023-08-01T00:00:00+01:00",
|
|
"start_time": "2023-08-17T22:30:00+02:00",
|
|
"end_time": "2023-09-02T14:41:00+02:00",
|
|
"type": "MAINTENANCE",
|
|
"description": "Spezifischer Fehlertext.",
|
|
"blocking": true
|
|
}
|
|
|
|
],
|
|
"versions":
|
|
{
|
|
"ios" :
|
|
{
|
|
"update_before": "1.18.0",
|
|
"warn_before": "1.24.0"
|
|
},
|
|
"android" :
|
|
{
|
|
"update_before": "1.18.0",
|
|
"warn_before": "1.18.0"
|
|
}
|
|
}
|
|
}
|