Skip to main content
POST
Batch create environment variables

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

environmentId
string
required

Environment identifier.

Body

application/json
name
string
required
value
string
required
sensitive
boolean

Response

Created

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.