ApplicationEnvironmentVariableUpdateRequest Data Type

Properties
name data type description
envVariables array of ApplicationEnvironmentVariableRequest
appCmdExecConfigGuids array of string

Example

{
  "envVariables" : [ {
    "guid" : "...",
    "name" : "...",
    "value" : "...",
    "appCmdExecConfigParam" : "...",
    "hiddenInUI" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "value" : "...",
    "appCmdExecConfigParam" : "...",
    "hiddenInUI" : true
  } ],
  "appCmdExecConfigGuids" : [ "...", "..." ]
}