UpdateEnvironmentInputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/UpdateEnvironmentInputBody.jsonconfig 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": {}
}