From 590272ca021bc4e8d40005bc09dd9537636032c9 Mon Sep 17 00:00:00 2001 From: Raphael Cohen Date: Wed, 19 Oct 2022 15:14:47 +0200 Subject: [PATCH] chore: Improve config items description --- .../SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json | 4 ++-- .../IntelligenceCenter_Indicators.json | 4 ++-- .../IntelligenceCenter_observables.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json b/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json index 358c16f47..ba11adb2f 100644 --- a/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json +++ b/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Context.json @@ -20,14 +20,14 @@ "configurationItems": [ { "name": "api_key", - "description": "Intelligence center API key", + "description": "API key", "type": "string", "multi": false, "required": true }, { "name": "url", - "description": "Intelligence center URL", + "description": "Base URL (default to https://app.sekoia.io)", "type": "string", "multi": false, "required": false diff --git a/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Indicators.json b/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Indicators.json index b40ba9390..014ffa961 100644 --- a/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Indicators.json +++ b/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_Indicators.json @@ -20,14 +20,14 @@ "configurationItems": [ { "name": "api_key", - "description": "Intelligence center API key", + "description": "API key", "type": "string", "multi": false, "required": true }, { "name": "url", - "description": "Intelligence center URL", + "description": "Base URL (default to https://app.sekoia.io)", "type": "string", "multi": false, "required": false diff --git a/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_observables.json b/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_observables.json index ed23704e5..88bf40877 100644 --- a/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_observables.json +++ b/analyzers/SEKOIAIntelligenceCenter/IntelligenceCenter_observables.json @@ -20,14 +20,14 @@ "configurationItems": [ { "name": "api_key", - "description": "Intelligence center API key", + "description": "API key", "type": "string", "multi": false, "required": true }, { "name": "url", - "description": "Intelligence center URL", + "description": "Base URL (default to https://app.sekoia.io)", "type": "string", "multi": false, "required": false