Skip to content

Commit

Permalink
fix parameters metadata for get alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorenkov-varonis committed Sep 17, 2024
1 parent 32bab55 commit 5c43fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions varonissaas.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@
"user name"
],
"primary": true,
"order": 9
"order": 8
},
"last_days": {
"description": "Number of days you want the search to go back to",
"data_type": "numeric",
"order": 12
"order": 9
},
"descending_order": {
"description": "Indicates whether alerts should be ordered in newest to oldest order",
"data_type": "boolean",
"default": true,
"order": 13
"order": 10
}
},
"output": [
Expand Down

0 comments on commit 5c43fd5

Please sign in to comment.