Skip to main content
PUT
update env var

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
key
string
required

The key of the environment variable to update (will be converted to uppercase)

Pattern: ^[a-zA-Z_]\w*$
Example:

"MY_API_KEY"

value
string
required

The new value for the environment variable

Example:

"xyz123"

Response

Environment variable updated successfully

success
boolean
Example:

true

msg
string
Example:

"Environment variable updated successfully"