Upsert env var
upsertEnvCreate or update an application environment variable by key to manage configuration without redeploying.
Instructions
Create or update an environment variable for an application (by key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| uuid | Yes | ||
| value | Yes | ||
| is_literal | No | ||
| is_preview | No | ||
| is_multiline | No | ||
| is_shown_once | No |