pub async fn api_put_settings(
__arg0: State<SettingsState>,
__arg1: Json<SettingsUpdate>,
) -> impl IntoResponseExpand description
PUT /api/settings - Update settings (full replace or partial update)
pub async fn api_put_settings(
__arg0: State<SettingsState>,
__arg1: Json<SettingsUpdate>,
) -> impl IntoResponsePUT /api/settings - Update settings (full replace or partial update)