vercel.updateProjectDomain updates the branch or redirect attached to one project domain.
automations/update-project-domain.automation.ts
Input
domain: included in the runnable example and checked by the callable’s TypeScript contract.project: included in the runnable example and checked by the callable’s TypeScript contract.redirect: included in the runnable example and checked by the callable’s TypeScript contract.teamId: included in the runnable example and checked by the callable’s TypeScript contract.
Output
Returns the typed Vercel resource or mutation result after the update. Public request and response fields use camelCase.Provider behavior
OAuth installations defaultteamId to the installed team; access-token connections must identify the intended scope when Vercel requires it. Automate.ax does not treat this write as replay-safe. Vercel validates identifiers, permissions, and state transitions and returns its provider error when the request is not allowed.