From 0dec565903d52229b25140447f4216f4781bd976 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 07:59:02 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/types/subscription/CloudEventsFormat.raml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-specs/api/types/subscription/CloudEventsFormat.raml b/api-specs/api/types/subscription/CloudEventsFormat.raml index d7bfe709a..06b58628f 100644 --- a/api-specs/api/types/subscription/CloudEventsFormat.raml +++ b/api-specs/api/types/subscription/CloudEventsFormat.raml @@ -4,7 +4,7 @@ type: DeliveryFormat displayName: CloudEventsFormat discriminatorValue: CloudEvents description: | - The CloudEventsFormat can be used with any [Destination](#destination), and the payload is delivered in the `JSON Event Format`. [AzureEventGridDestination](ctp:api:type:AzureEventGridDestination) offers native support to filter and route CloudEvents. + The CloudEventsFormat can be used with any [Destination](#destination-1), and the payload is delivered in the `JSON Event Format`. [AzureEventGridDestination](ctp:api:type:AzureEventGridDestination) offers native support to filter and route CloudEvents. properties: cloudEventsVersion: type: string