Skip to content

Commit

Permalink
Merge pull request #38 from DomainTools/ID-1986-update-for-1.5.0-release
Browse files Browse the repository at this point in the history
Add missing required data_path
  • Loading branch information
briluza authored Jan 2, 2024
2 parents 4c1dccf + 4b19edc commit 2936509
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,6 @@ DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
action_result.status | string | | failed success
action_result.data.\* | string | |
action_result.summary | string | |
action_result.message | string | |
action_result.message | string | |
summary.total_objects | numeric | | 1
summary.total_objects_successful | numeric | | 1
14 changes: 14 additions & 0 deletions domaintools_iris.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,6 +2085,20 @@
{
"data_path": "action_result.message",
"data_type": "string"
},
{
"data_path": "summary.total_objects",
"data_type": "numeric",
"example_values": [
1
]
},
{
"data_path": "summary.total_objects_successful",
"data_type": "numeric",
"example_values": [
1
]
}
],
"versions": "EQ(*)"
Expand Down

0 comments on commit 2936509

Please sign in to comment.