Skip to content

Commit

Permalink
Improve description of the configuration items
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioRyo committed Aug 28, 2023
1 parent 5455f97 commit d8d2350
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8d2350

Please sign in to comment.