Skip to content

Commit

Permalink
update CreateInteraction to use origin instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
milindchidrawar committed Jun 9, 2022
1 parent d74f407 commit 6abb14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intents/ref/CreateInteraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const interaction = {
email: 'jane.doe@mail.com'
}
},
source: 'Outlook'
origin: 'Outlook'
}

fdc3.raiseIntent('CreateInteraction', interaction)
Expand Down

0 comments on commit 6abb14d

Please sign in to comment.