Fehler in API behoben

This commit is contained in:
2025-08-02 18:30:16 +02:00
parent 05766d9a97
commit 45cc02b4b0
3 changed files with 7 additions and 18 deletions

View File

@@ -334,6 +334,7 @@ curl -X POST http://localhost:5000/api/plusminus \
```
**Hinweis:**
- `"einheit"`: `"tage"`, `"wochen"` oder `"monate"`
- `"richtung"`: `"add"` (plus) oder `"sub"` (minus)
- `"werktage"`: `true` für Werktage, sonst `false` (nur bei `"tage"` unterstützt)