CreateEnvironmentVariableRequestDto
April 13, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
key | String | :heavy_check_mark: | Unique key for the variable. Must start with a letter and contain only letters, digits, and underscores. |
type | Optional<CreateEnvironmentVariableRequestDtoType> | :heavy_minus_sign: | The type of the variable |
isSecret | Optional<Boolean> | :heavy_minus_sign: | Whether this variable is a secret (encrypted at rest, masked in responses) |
values | List<EnvironmentVariableValueDto> | :heavy_minus_sign: | N/A |