pub async fn update_config(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<AdminConfigUpdate>,
) -> ApiResponse<AdminConfigView>Expand description
PUT /admin/config
Applies a partial update to the runtime-mutable configuration. Requires admin bearer token. Returns the updated configuration after applying all changes.