Typescript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { const result = await vercel.marketplace.updateResource({ integrationConfigurationId: "<id>", resourceId: "<id>", }); console.log(result); } run();
{ "name": "<string>" }
This endpoint updates an existing resource in the installation. All parameters are optional, allowing partial updates.
Default authentication mechanism
owned
linked
sandbox
ready
pending
onboarding
suspended
resumed
uninstalled
error
Show child attributes