Axway · Schema

apicentral.documentresource.update

Published when a document defined in the document library is updated.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-apicentraldocumentresourceupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apicentral.documentresource.update",
  "title": "apicentral.documentresource.update",
  "type": "object",
  "description": "Published when a document defined in the document library is updated.",
  "x-context": "api_central",
  "allOf": [
    {
      "$ref": "#/components/schemas/apicentral.documentresource.create"
    }
  ]
}