Updates the deployment integration action for the specified integration installation
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { await vercel.integrations.updateIntegrationDeploymentAction({ deploymentId: "<id>", integrationConfigurationId: "<id>", resourceId: "<id>", action: "<value>", }); } run();
This response has no body data.
Default authentication mechanism