Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.53 KB

UpdateEnvironmentRequest.md

File metadata and controls

41 lines (28 loc) · 1.53 KB

UpdateEnvironmentRequest

Properties

Name Type Required Description
Environment_ UpdateEnvironmentEnvironment1

UpdateEnvironmentEnvironment1

Properties

Name Type Required Description
Name string The environment's name.
Values List<EnvironmentValues3> Information about the environment's variables.

EnvironmentValues3

Properties

Name Type Required Description
Enabled bool 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"