Apigee · Schema

LiftSuspensionResponse

Response from lifting a suspension.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
eventExecutionInfoId string ID of the event execution info.
View JSON Schema on GitHub

JSON Schema

apigee-liftsuspensionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LiftSuspensionResponse",
  "title": "LiftSuspensionResponse",
  "type": "object",
  "description": "Response from lifting a suspension.",
  "properties": {
    "eventExecutionInfoId": {
      "type": "string",
      "description": "ID of the event execution info."
    }
  }
}