Skip to main content
PUT
Overwrite Variables
Authorization
string
required
The API key for your account. You can find this in your account settings.
Overwrite replaces the application’s entire environment with exactly the variables you send: anything already set that isn’t included in the request body is deleted. Sending an empty envs object wipes every variable, which makes this the endpoint to use for a full reset rather than an incremental change. The same limits as other environment variable endpoints apply: up to 256 variables per application, 1024 characters per key, 4096 per value. Static applications aren’t supported and return an error, and on workspace-shared applications the caller needs the Administrator role or ownership. If you only need to change a few variables without touching the rest, use Add/Edit Variables instead, or Remove Variables to delete specific keys.

Parameters

app_id
string
required
The application ID.
envs
object
The key and value variables you want on the environment.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
response
object
The key and value of all environment variables you defined.

Common errors