Axway · Schema

apicentral.asset.update

Published when a Central asset is updated.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-apicentralassetupdate-schema.json Raw ↑
{
  "$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"
    }
  ]
}