diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-06-05 13:19:45 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-06-05 13:19:45 +0100 |
commit | a96fd576a4cb3cd25fdc2eb0c4f2c1c98f6d50cf (patch) | |
tree | 296becbaa361d15f2a0ce73510f67353adad3bf1 /champ-service/src/test/resources/event/event-envelope.json | |
parent | d448077492f159e5877b73c0e732aecc5b4a7695 (diff) |
Update payload format for update notification
The update notification event is now aligned with the format of the
response event. Both response and update notification events issued
by Champ now include top level header and body properties.
Change-Id: I00f9971cdbab4944def66c25f5939d5cc4de71bd
Issue-ID: AAI-1195
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-service/src/test/resources/event/event-envelope.json')
-rw-r--r-- | champ-service/src/test/resources/event/event-envelope.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-service/src/test/resources/event/event-envelope.json b/champ-service/src/test/resources/event/event-envelope.json index 68888c0..b31ab55 100644 --- a/champ-service/src/test/resources/event/event-envelope.json +++ b/champ-service/src/test/resources/event/event-envelope.json @@ -3,7 +3,7 @@ "request-id": "2253f351-d9b6-4638-9fe3-2c194bee1b29", "timestamp": "20180316T092301Z", "source-name": "CHAMP", - "event-type": "db-update-result" + "event-type": "update-result" }, "body": { "operation": "CREATE", |