From 24c56e3fd943989f81c9b508b05db82573ada388 Mon Sep 17 00:00:00 2001 From: Malach Date: Sun, 23 Feb 2025 07:13:02 +0300 Subject: [PATCH] core:update integration json data --- api/routes/integration_config.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/api/routes/integration_config.py b/api/routes/integration_config.py index 0e35129..5335221 100644 --- a/api/routes/integration_config.py +++ b/api/routes/integration_config.py @@ -22,13 +22,13 @@ "integration_type": "modifier", "integration_category": "Monitoring & Logging", "key_features": [ - "priority tracking", - "slack integration", - "jira sync", - "automated alerts", - "task filtering", - "team notifications", - "real-time updates" + "priority tracking", + "slack integration", + "jira sync", + "automated alerts", + "task filtering", + "team notifications", + "real-time updates" ], "author": "Malach Salama", "settings": [ @@ -36,7 +36,7 @@ "label": "Slack Channel", "type": "text", "required": True, - "default": "#custom-alerts" + "default": "#High-Priority-Task" }, { "label": "Event Type", @@ -50,17 +50,11 @@ "error" ] }, - { - "label": "Include Logs", - "type": "checkbox", - "required": True, - "default": "true" - }, { "label": "Message Format", "type": "text", "required": True, - "default": "Task Prioritizer" + "default": "Task-Prioritizer" }, { "label": "Time Interval", @@ -72,10 +66,16 @@ "Every 5 mins", "Hourly" ] + }, + { + "label": "Include Logs", + "type": "checkbox", + "required": True, + "default": "True" } ], "target_url": settings.TELEX_WEBHOOK_URL, - "tick_url": settings.TICK_URL, + "tick_url": settings.TICK_URL } }