Skip to content

Commit

Permalink
PAPP-33723
Browse files Browse the repository at this point in the history
 - update 'contains' for output
  • Loading branch information
leobao-splunk committed Apr 26, 2024
1 parent 4b90d8d commit f2c1eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smtp.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"data_path": "action_result.parameter.from",
"data_type": "string",
"contains": [
"email"
"sender_email"
],
"example_values": [
"[email protected]"
Expand Down Expand Up @@ -614,7 +614,7 @@
"data_path": "action_result.parameter.from",
"data_type": "string",
"contains": [
"email"
"sender_email"
],
"example_values": [
"[email protected]"
Expand Down

0 comments on commit f2c1eae

Please sign in to comment.