diff options
-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": { |