Skip to main content
PUT
Set environment variables

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
vars
object[]

Variables to set.

dotenv
string

Raw .env file contents to import.

kind
enum<string>

Whether the values are plain variables or secrets. Defaults to plain.

Available options:
plain,
secret
scope
enum<string>

When the values apply. Defaults to both.

Available options:
build,
runtime,
both

Response

Successful response

The response is of type object.