From 6abb14d04bc3e1b79adbc13e4c07620af4e33a94 Mon Sep 17 00:00:00 2001 From: Milind Chidrawar Date: Thu, 9 Jun 2022 12:04:37 +0100 Subject: [PATCH] update CreateInteraction to use origin instead of source --- docs/intents/ref/CreateInteraction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intents/ref/CreateInteraction.md b/docs/intents/ref/CreateInteraction.md index 84d5bd776..027f74cbd 100644 --- a/docs/intents/ref/CreateInteraction.md +++ b/docs/intents/ref/CreateInteraction.md @@ -57,7 +57,7 @@ const interaction = { email: 'jane.doe@mail.com' } }, - source: 'Outlook' + origin: 'Outlook' } fdc3.raiseIntent('CreateInteraction', interaction)