Typescript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { await vercel.marketplace.updateInstallation({ integrationConfigurationId: "<id>", }); } run();
This response has no body data.
This endpoint updates an integration installation.
Default authentication mechanism
Show child attributes
A notification to display to your customer. Send null to clear the current notification.
null