Published when an environment is updated.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.env.update", "title": "platform.env.update", "type": "object", "description": "Published when an environment is updated.", "x-context": "org", "allOf": [ { "$ref": "#/components/schemas/platform.env.create" } ], "properties": { "changes": { "$ref": "#/components/schemas/EventDataChanges" } } }