UpdateEnvironmentRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
environment | UpdateEnvironmentEnvironment1 | ❌ |
UpdateEnvironmentEnvironment1
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ❌ | The environment's name. |
values | EnvironmentValues3[] | ❌ | Information about the environment's variables. |
EnvironmentValues3
Properties
Name | Type | Required | Description |
---|---|---|---|
enabled | boolean | ❌ | If true, the variable is enabled. |
key | string | ❌ | The variable's name. |
value | string | ❌ | The variable's value. |
type | ValuesType3 | ❌ | The variable type. |
ValuesType3
The variable type.
Properties
Name | Type | Required | Description |
---|---|---|---|
SECRET | string | ✅ | "secret" |
DEFAULT_ | string | ✅ | "default" |
ANY_ | string | ✅ | "any" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs