From e083287230fbd647926bd742277ac74af98b329b Mon Sep 17 00:00:00 2001 From: Pavel Kotelevsky <38818382+chillleader@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:15:14 +0100 Subject: [PATCH] chore(webhook): rename webhook template type (#340) --- .../github/element-templates/github-webhook-connector.json | 2 +- .../webhook-connector/element-templates/webhook-connector.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/connectors/github/element-templates/github-webhook-connector.json b/connectors/github/element-templates/github-webhook-connector.json index a924e0f0a0..a7a1cae0dc 100644 --- a/connectors/github/element-templates/github-webhook-connector.json +++ b/connectors/github/element-templates/github-webhook-connector.json @@ -32,7 +32,7 @@ "properties":[ { "type":"Hidden", - "value":"webhook", + "value":"io.camunda:webhook:1", "binding":{ "type":"zeebe:property", "name":"inbound.type" diff --git a/connectors/webhook-connector/element-templates/webhook-connector.json b/connectors/webhook-connector/element-templates/webhook-connector.json index c91ee14cce..94b4cdd57a 100644 --- a/connectors/webhook-connector/element-templates/webhook-connector.json +++ b/connectors/webhook-connector/element-templates/webhook-connector.json @@ -32,7 +32,7 @@ "properties": [ { "type": "Hidden", - "value": "webhook", + "value": "io.camunda:webhook:1", "binding": { "type": "zeebe:property", "name": "inbound.type"