Axway · Schema

apic.ucs.catalogitem.update

Published when a catalog asset is updated.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-apicucscatalogitemupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apic.ucs.catalogitem.update",
  "title": "apic.ucs.catalogitem.update",
  "type": "object",
  "description": "Published when a catalog asset is updated.",
  "x-context": "catalog",
  "allOf": [
    {
      "$ref": "#/components/schemas/apic.ucs.catalogitem.create"
    }
  ]
}