Skip to main content
PUT
Update an environment variable

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header (e.g. JWT / Cognito access token).

Headers

Tenant-Id
string
required

ID of the tenant (current tenant context).

Path Parameters

projectId
string
required

Project identifier.

Body

application/json
id
string
required
name
string
required
value
string
required
sensitive
boolean

Response

OK

Environment variable at project or environment scope.

id
string
required
name
string
required
value
string
required
sensitive
boolean
created_at
string<date-time>
updated_at
string<date-time>
actor
string

Email or identifier of the user who last changed the variable.