Browse Source

Link the ActiveDoc to the service

pull/43/head
Daria Mayorova 7 years ago
parent
commit
876325870a
No known key found for this signature in database GPG Key ID: 20B3A46283E97343
  1. 1
      templates/api-calls/create_activedoc.j2

1
templates/api-calls/create_activedoc.j2

@ -6,6 +6,7 @@
'system_name=' ~ threescale_cicd_api_system_name|urlencode, 'system_name=' ~ threescale_cicd_api_system_name|urlencode,
'body=' ~ threescale_cicd_openapi_rewritten|to_nice_json|urlencode, 'body=' ~ threescale_cicd_openapi_rewritten|to_nice_json|urlencode,
'published=true', 'published=true',
'service_id=' ~ threescale_cicd_api_service_id|urlencode,
] ]
%} %}
{{ payload|join("&") }} {{ payload|join("&") }}
Loading…
Cancel
Save