From 17952d45e4e406ca7c6f5f441e4ce3ca9d20982a Mon Sep 17 00:00:00 2001 From: Kristina Date: Mon, 23 Jun 2025 15:14:00 -0500 Subject: [PATCH] Correlations: Add mention of external type to docs (#107063) * Add mention of external type to correlations docs --- .../correlations/create-a-new-correlation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/correlations/create-a-new-correlation/index.md b/docs/sources/administration/correlations/create-a-new-correlation/index.md index 2ea3bb0b447..485376804b4 100644 --- a/docs/sources/administration/correlations/create-a-new-correlation/index.md +++ b/docs/sources/administration/correlations/create-a-new-correlation/index.md @@ -81,7 +81,7 @@ Description of provisioning properties: : Config object **config.type** -: Correlation type. “query” is the only supported type at the moment +: Correlation type. Valid values are "query" for linking to a data source query and "external" for linking to an external URL. **config.target** : [Target query model](#determine-target-query-model-structure)