Skip to content

Commit

Permalink
Fixed missing name field in documentation fin-protocol (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf authored Aug 2, 2024
1 parent 06f59c8 commit ba038f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/en/docs/soarca-extensions/fin-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,15 @@ The message is used to send a command from SOARCA. It has the following payload.
"variables": {
"__<var1>__": {
"type": "<cacao.variable-type-ov>",
"name": "__<var1>__",
"description": "<string>",
"value": "<string>",
"constant": "<bool>",
"external": "<bool>"
},
"__<var2>__": {
"type": "<cacao.variable-type-ov>",
"name": "__<var2>__",
"description": "<string>",
"value": "<string>",
"constant": "<bool>",
Expand Down Expand Up @@ -295,13 +297,15 @@ The message is used to send a response from the Fin to SOARCA. It has the follow
"variables": {
"__<var1>__": {
"type": "<cacao.variable-type-ov>",
"name": "__<var1>__",
"description": "<string>",
"value": "<string>",
"constant": "<bool>",
"external": "<bool>"
},
"__<var2>__": {
"type": "<cacao.variable-type-ov>",
"name": "__<var2>__",
"description": "<string>",
"value": "<string>",
"constant": "<bool>",
Expand Down Expand Up @@ -417,6 +421,7 @@ These contain command parts that are used in different messages.
"channel_security": "plaintext"
}
}
@endjson
```

#### Variables
Expand Down

0 comments on commit ba038f9

Please sign in to comment.