From 3fe1b7a668280760d2fe4acef0161213f08e18e3 Mon Sep 17 00:00:00 2001 From: Larissa Pereira <LPereira14@slb.com> Date: Wed, 8 Feb 2023 10:36:49 -0600 Subject: [PATCH] add records-changedv2 message example to docs --- docs/tutorial/DataNotification.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/DataNotification.md b/docs/tutorial/DataNotification.md index 0e4861e75..63247ee61 100644 --- a/docs/tutorial/DataNotification.md +++ b/docs/tutorial/DataNotification.md @@ -837,6 +837,8 @@ When the feature flag is set to true and the consumer provides "x-collaboration" "data": [ { "id": "<message-id>", + "version": "1617915304347525", + "modifiedBy": "abc@xyz.com", "kind": "common:welldb:wellbore:1.0.0", "op": "create" } -- GitLab