diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-28 22:06:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-28 22:06:50 +0000 |
commit | 4df53f4e56ea8e5b6e22fb39fe858a7b6bad4e3b (patch) | |
tree | 0a9d632da55571eb5fb1d89c828ba7fdf8a4ad6a | |
parent | 4e49247da004a53d2e7099355cedb5e72cacc7b3 (diff) | |
parent | a972169f7327829979844a8ade5e2db9e31b5c24 (diff) |
Merge "Fix JSON template for DMaaP messages"
Former-commit-id: 0c5ffc32c06532b733c7aef775b3516afd885306
-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": { |