From c8c2455221baca20421082b7715eaa0a712af7f1 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:11:34 +0000 Subject: [PATCH] Updated API from documentation release --- .../Subscription/SubscriptionEventBridgeDestination.json | 3 ++- api-specs/api/types/subscription/EventBridgeDestination.raml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/api-specs/api/examples/Subscription/SubscriptionEventBridgeDestination.json b/api-specs/api/examples/Subscription/SubscriptionEventBridgeDestination.json index 556a7f5d3..d57867970 100644 --- a/api-specs/api/examples/Subscription/SubscriptionEventBridgeDestination.json +++ b/api-specs/api/examples/Subscription/SubscriptionEventBridgeDestination.json @@ -1,5 +1,6 @@ { "type": "EventBridge", "accountId": "", - "region": "" + "region": "", + "source": "aws.partner/commercetools.com/commercetools-project-1/eventbridge" } diff --git a/api-specs/api/types/subscription/EventBridgeDestination.raml b/api-specs/api/types/subscription/EventBridgeDestination.raml index db3deb5c9..b13cd8fd5 100644 --- a/api-specs/api/types/subscription/EventBridgeDestination.raml +++ b/api-specs/api/types/subscription/EventBridgeDestination.raml @@ -16,3 +16,7 @@ properties: type: string description: | ID of the AWS account that receives the events. + source: + type: string + description: | + URN for the EventBridge destination.