You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
347 B
7 lines
347 B
access_token={{ threescale_cicd_access_token|urlencode }}
|
|
{%- if threescale_cicd_api_security_scheme.type == 'oauth2' -%}
|
|
&app_id={{ threescale_cicd_default_application_appid|urlencode }}
|
|
{%- endif -%}
|
|
{%- if threescale_cicd_api_security_scheme.type == 'apiKey' -%}
|
|
&user_key={{ threescale_cicd_default_application_appid|urlencode }}
|
|
{%- endif -%}
|