TypeScript
import { Vercel } from "@vercel/sdk"; const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>", }); async function run() { const result = await vercel.marketplace.updateInstallationIntegrationEdgeConfig({ integrationConfigurationId: "<id>", resourceId: "<id>", }); console.log(result); } run();
{ "items": {}, "updatedAt": 123, "digest": "<string>", "purpose": "flags" }
When the user enabled Edge Config syncing, then this endpoint can be used by the partner to push their configuration data into the relevant Edge Config.
Default authentication mechanism
Show child attributes
The Edge Config was updated
flags
experimentation