pub async fn trigger_sync(
__arg0: State<WorkspaceState>,
__arg1: Path<String>,
) -> Result<Json<ApiResponse<String>>, Response>Expand description
Trigger a manual sync operation.
pub async fn trigger_sync(
__arg0: State<WorkspaceState>,
__arg1: Path<String>,
) -> Result<Json<ApiResponse<String>>, Response>Trigger a manual sync operation.