Update variable
Variables
Update Variable
Update a variable. Value must be ciphertext — see Encrypting Values.
PATCH
Update variable
Documentation Index
Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal access key from https://app.envless.cloud/keys. Pass as Authorization: Bearer ev_live_....
Path Parameters
The variable's unique ID.
Body
application/json
Example:
"DATABASE_URL"
AES-GCM ciphertext, base64-encoded, prefixed with v1:. See https://docs.envless.cloud/api/encryption.
Example:
"v1:5J9k...=="
Available options:
string, number, boolean