Published when a Central asset is updated.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apicentral.asset.update", "title": "apicentral.asset.update", "type": "object", "description": "Published when a Central asset is updated.", "x-context": "api_central", "allOf": [ { "$ref": "#/components/schemas/apicentral.asset.create" } ] }