POST
/
v1
/
sandbox-config
/
{sandbox_config_id}
/
environment-variable

Headers

user_id
string | null

Path Parameters

sandbox_config_id
string
required

Body

application/json
key
string
required

The name of the environment variable.

value
string
required

The value of the environment variable.

description
string | null

An optional description of the environment variable.

Response

200 - application/json
key
string
required

The name of the environment variable.

value
string
required

The value of the environment variable.

sandbox_config_id
string
required

The ID of the sandbox config this environment variable belongs to.

created_by_id
string | null

The id of the user that made this object.

last_updated_by_id
string | null

The id of the user that made this object.

created_at
string | null

The timestamp when the object was created.

updated_at
string | null

The timestamp when the object was last updated.

id
string

The human-friendly ID of the Sandbox-env

description
string | null

An optional description of the environment variable.

organization_id
string | null

The ID of the organization this environment variable belongs to.