synapse_admin_api/
background_updates.rs

1//! Endpoints in the `/_synapse/admin/v<x>/background_updates/` scope to manage background updates.
2
3pub mod enabled;
4pub mod run;
5pub mod status;