Expand description
System administration endpoints (admin-only).
All routes under /api/system/ require the “admin” permission, enforced by
the auth middleware in app.rs.
Functions§
- handle_
backup - POST /api/system/backup
- handle_
restore - POST /api/system/restore
- handle_
status - GET /api/system/status