From 5415b26467f198856b3149c11827a93e2ed8a72a Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 26 Apr 2019 13:04:08 +0200 Subject: Change Yaml to Json payload Change the operational policy payload from Yaml to a JSon, yaml being embedded as URLEncoded Issue-ID: CLAMP-359 Change-Id: I8c97bb155e6136ce37c29a65a7d9d85e21fedd61 Signed-off-by: sebdet --- src/main/resources/clds/camel/routes/flexible-flow.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/clds') diff --git a/src/main/resources/clds/camel/routes/flexible-flow.xml b/src/main/resources/clds/camel/routes/flexible-flow.xml index 9ba03078..9874d05c 100644 --- a/src/main/resources/clds/camel/routes/flexible-flow.xml +++ b/src/main/resources/clds/camel/routes/flexible-flow.xml @@ -210,7 +210,7 @@ POST - application/yaml; vnd.onap.operational + application/json ${exchangeProperty[X-ONAP-RequestID]} -- cgit 1.2.3-korg