Skip to main content

export_config

Function export_config 

Source
pub async fn export_config(
    __arg0: State<Arc<ApiState>>,
    __arg1: Query<ExportConfigQuery>,
) -> Result<Json<ExportConfigResponse>, (StatusCode, Json<ErrorResponse>)>