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
prepayment
subscription
info
warn
A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.
Value used for development environment.
Value used for preview environment.
Value used for production environment.