Skip to main content
PUT
Update User Secret

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
key
string

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

Example:

"MY_API_KEY"

value
string

New encrypted value to store for the secret.

Example:

"newsecret456"

Response

Success: {"success": true, "msg": "Environment variable updated successfully"}

success
boolean

Always true

msg
string

Confirmation message