Axway · Schema

apicentral._._.update

Published when a Central resource's subresource is updated.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
group string
View JSON Schema on GitHub

JSON Schema

amplify-platform-apicentral._._.update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-apicentral._._.update-schema.json",
  "title": "apicentral._._.update",
  "description": "Published when a Central resource's subresource is updated.",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "example": "example_value"
    }
  }
}