diff options
author | Marco Platania <platania@research.att.com> | 2018-11-23 15:19:20 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-11-23 15:19:20 -0500 |
commit | 38820686640151596160fb8f9131a3ce010b7216 (patch) | |
tree | a5adc59cce93e3dcb1d2b707a8a2be3711d02737 /platform-logic/restapi-templates | |
parent | bd2ccbfb71cbc2dd147944dd9cad45960edccd16 (diff) |
Fix JSON template for DMaaP messages
- Change "input" to "output"
Change-Id: Ie6fd59a0ecb3721b84a1f063b76f409b790055c7
Issue-ID: SDNC-534
Signed-off-by: Marco Platania <platania@research.att.com>
Former-commit-id: eaa0cc74e206d46d7397dfbe711ae89e94272098
Diffstat (limited to 'platform-logic/restapi-templates')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json b/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json index a061f634..67d8b1d4 100644 --- a/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json +++ b/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json @@ -5,7 +5,7 @@ "rpc-name": ${lcm-dmaap.rpc-name}, "type": ${lcm-dmaap.type}, "body": { - "input": { + "output": { "common-header": { "api-ver": ${lcm-dmaap.api-ver}, "flags": { |