Skip to content

Commit

Permalink
added required data path for modify notes action
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelavadiya-crest committed Sep 4, 2024
1 parent 58f5302 commit f3903a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions zerofox.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,18 @@
{
"data_path": "action_result.summary",
"data_type": "string"
},
{
"data_path": "action_result.message",
"data_type": "string"
},
{
"data_path": "summary.total_objects",
"data_type": "numeric"
},
{
"data_path": "summary.total_objects_successful",
"data_type": "numeric"
}
],
"render": {
Expand Down

0 comments on commit f3903a2

Please sign in to comment.