From 876325870a3e6ac027807f56c016428c3530cc22 Mon Sep 17 00:00:00 2001 From: Daria Mayorova Date: Wed, 27 Feb 2019 19:01:13 +0100 Subject: [PATCH] Link the ActiveDoc to the service --- templates/api-calls/create_activedoc.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/api-calls/create_activedoc.j2 b/templates/api-calls/create_activedoc.j2 index 1c38736..43701aa 100644 --- a/templates/api-calls/create_activedoc.j2 +++ b/templates/api-calls/create_activedoc.j2 @@ -6,6 +6,7 @@ 'system_name=' ~ threescale_cicd_api_system_name|urlencode, 'body=' ~ threescale_cicd_openapi_rewritten|to_nice_json|urlencode, 'published=true', + 'service_id=' ~ threescale_cicd_api_service_id|urlencode, ] %} {{ payload|join("&") }} \ No newline at end of file