From ba038f94887c7b921f7b97835469850bdab7afe6 Mon Sep 17 00:00:00 2001 From: Maarten de Kruijf Date: Fri, 2 Aug 2024 11:06:48 +0200 Subject: [PATCH] Fixed missing name field in documentation fin-protocol (#198) --- docs/content/en/docs/soarca-extensions/fin-protocol.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/en/docs/soarca-extensions/fin-protocol.md b/docs/content/en/docs/soarca-extensions/fin-protocol.md index bdc68ced..b1c62ce4 100644 --- a/docs/content/en/docs/soarca-extensions/fin-protocol.md +++ b/docs/content/en/docs/soarca-extensions/fin-protocol.md @@ -236,6 +236,7 @@ The message is used to send a command from SOARCA. It has the following payload. "variables": { "____": { "type": "", + "name": "____", "description": "", "value": "", "constant": "", @@ -243,6 +244,7 @@ The message is used to send a command from SOARCA. It has the following payload. }, "____": { "type": "", + "name": "____", "description": "", "value": "", "constant": "", @@ -295,6 +297,7 @@ The message is used to send a response from the Fin to SOARCA. It has the follow "variables": { "____": { "type": "", + "name": "____", "description": "", "value": "", "constant": "", @@ -302,6 +305,7 @@ The message is used to send a response from the Fin to SOARCA. It has the follow }, "____": { "type": "", + "name": "____", "description": "", "value": "", "constant": "", @@ -417,6 +421,7 @@ These contain command parts that are used in different messages. "channel_security": "plaintext" } } +@endjson ``` #### Variables