From 4161b3b494a75cc1e8badef8d3267d403ac11454 Mon Sep 17 00:00:00 2001 From: Kevin Keech Date: Mon, 25 Nov 2024 16:25:07 -0800 Subject: [PATCH] Update connection.html.markdown Fixed the Connections JSON example to remove an erroneous comma. --- website/docs/r/connection.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/connection.html.markdown b/website/docs/r/connection.html.markdown index f658ab98..7243863c 100644 --- a/website/docs/r/connection.html.markdown +++ b/website/docs/r/connection.html.markdown @@ -38,7 +38,7 @@ JSON "client" : "Sumo Logic", "eventType" : "{{Name}}", "description" : "{{Description}}", - "search_url" : "{{QueryUrl}}", + "search_url" : "{{QueryUrl}}" } JSON webhook_type = "Webhook"