Function update_workflow

Source
pub async fn update_workflow(
    __arg0: State<Arc<AppCore>>,
    __arg1: Path<String>,
    __arg2: Json<Workflow>,
) -> Json<ApiResponse<()>>