feat: add update service env label

This commit is contained in:
2026-01-15 11:18:54 +01:00
parent f513d46d08
commit 8c55fd4954
7 changed files with 21 additions and 4 deletions

View File

@ -54,7 +54,7 @@ curl -X POST -H "Authorization: Bearer $token" \
### Update-API (lokal)
Alle Update-Endpunkte erfordern Admin-Auth.
- `GET /update/status`
- `GET /update/service-status` (zeigt URL und Erreichbarkeit des Update-Services)
- `GET /update/service-status` (zeigt URL, Erreichbarkeit und Dev/Prod-Umgebung)
- `POST /update/enroll` (optional Body: `{ "enroll_token": "..." }`)
- `POST /update/check`
- `POST /update/apply` (optional Body: `{ "version": "x.y.z" }`)