From eaa0cc74e206d46d7397dfbe711ae89e94272098 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 23 Nov 2018 15:19:20 -0500 Subject: [PATCH] Fix JSON template for DMaaP messages - Change "input" to "output" Change-Id: Ie6fd59a0ecb3721b84a1f063b76f409b790055c7 Issue-ID: SDNC-534 Signed-off-by: Marco Platania --- .../restapi-templates/src/main/json/lcm-dmaap-publish-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { -- 2.16.6