Skip to main content

UpdateEnvironmentInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateEnvironmentInputBody.json
config object

Non-secret config values to update

property name*string
secrets object

Secret config values (will be encrypted)

property name*string
UpdateEnvironmentInputBody
{
"$schema": "https://example.com/schemas/UpdateEnvironmentInputBody.json",
"config": {},
"secrets": {}
}