update_edge_config_items
Manage Edge Config items by creating, updating, upserting, or deleting them in a single PATCH request.
Instructions
Upsert/delete items in an Edge Config in one PATCH. Pass operations [{ operation:'create'|'update'|'upsert'|'delete', key, value? }].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeConfigId | Yes | Edge Config id (ecfg_...). | |
| items | Yes | Item operations to apply. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |