TypeScript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel(); async function run() { await vercel.patchV1ProjectsProjectIdRollbackDeploymentIdUpdateDescription({ projectId: "<id>", deploymentId: "<id>", }); } run();
Updates the reason for a rollback, without changing the rollback status itself.
The reason for the rollback