JambaSe Intervall angepasst
This commit is contained in:
+2
-2
@@ -251,5 +251,5 @@ def get_provider_statuses(db: Session = Depends(get_db)):
|
||||
|
||||
|
||||
@app.post("/sync", response_model=SyncResult)
|
||||
def trigger_sync(db: Session = Depends(get_db)):
|
||||
return run_sync(db)
|
||||
def trigger_sync(force_providers: bool = False, db: Session = Depends(get_db)):
|
||||
return run_sync(db, force_providers=force_providers)
|
||||
|
||||
Reference in New Issue
Block a user