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
recordLists object[]
Record-list membership changes
Array [
createstring[]nullable
Slugs being created
fieldstringrequired
Record-list field key
removestring[]nullable
Slugs being removed
]
revisionint64
Environment revision; required when any recordLists entry removes elements
secrets object
Secret config values (will be encrypted)
property name*string
UpdateEnvironmentInputBody
{
"$schema": "https://example.com/schemas/UpdateEnvironmentInputBody.json",
"config": {},
"recordLists": "Unknown Type: array,null",
"revision": 0,
"secrets": {}
}