Updates a given Shared Environment Variable for a Team.
Default authentication mechanism
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
An object where each key is an environment variable ID (not the key name) and the value is the update to apply
{
"env_2WjyKQmM8ZnGcJsPWMrHRHrE": {
"key": "API_URL",
"value": "https://api.vercel.com",
"target": ["production", "preview"],
"projectIdUpdates": { "link": ["prj_2WjyKQmM8ZnGcJsPWMrHRHrE"] }
}
}