Environment Variables
Update a variable
Updates an existing environment variable. Providing values merges them into the existing per-environment values by _environmentId; envs not present in the request keep their stored value. Submitting the masked secret placeholder (the value returned by read endpoints for secret variables) as a real value is rejected.
patch/v1/environment-variables/{variableKey}
Path parameters
variableKeystring required
The unique key of the environment variable (e.g. BASE_URL)
Headers
idempotency-keystring
A header for idempotency purposes
Request body
Response
OK