@@ -47,8 +47,8 @@ public interface {{classname}} extends ApiClient.Api {
4747{ {/isDeprecated} }
4848 @RequestLine("{ {httpMethod} } { {{path} }}{ {#hasQueryParams} }?{ {/hasQueryParams} }{ {#queryParams} }{ {baseName} }={ {=<% %>= } }{ <% paramName%> } <%={ { } }=%>{ {^-last} }& { {/-last} }{ {/queryParams} }")
4949 @Headers({
50- {{#vendorExtensions.x-content-type} } "Content-Type: { {vendorExtensions.x-content-type} }",
51- { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {. } }{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
50+ {{#vendorExtensions.x-content-type} } "Content-Type: { {{ vendorExtensions.x-content-type} }}",
51+ { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {{. } }}{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
5252 "{ {baseName} }: { {=<% %>= } }{ <% paramName%> } <%={ { } }=%>"{ {^-last} },
5353 { {/-last} }{ {/headerParams} }
5454 })
@@ -77,8 +77,8 @@ public interface {{classname}} extends ApiClient.Api {
7777{ {/isDeprecated} }
7878 @RequestLine("{ {httpMethod} } { {{path} }}{ {#hasQueryParams} }?{ {/hasQueryParams} }{ {#queryParams} }{ {baseName} }={ {=<% %>= } }{ <% paramName%> } <%={ { } }=%>{ {^-last} }& { {/-last} }{ {/queryParams} }")
7979 @Headers({
80- {{#vendorExtensions.x-content-type} } "Content-Type: { {vendorExtensions.x-content-type} }",
81- { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {. } }{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
80+ {{#vendorExtensions.x-content-type} } "Content-Type: { {{ vendorExtensions.x-content-type} }}",
81+ { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {{. } }}{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
8282 "{ {baseName} }: { {=<% %>= } }{ <% paramName%> } <%={ { } }=%>"{ {^-last} },
8383 { {/-last} }{ {/headerParams} }
8484 })
@@ -122,8 +122,8 @@ public interface {{classname}} extends ApiClient.Api {
122122 { {/isDeprecated} }
123123 @RequestLine("{ {httpMethod} } { {{path} }}?{ {#queryParams} }{ {baseName} }={ {=<% %>= } }{ <% paramName%> } <%={ { } }=%>{ {^-last} }& { {/-last} }{ {/queryParams} }")
124124 @Headers({
125- {{#vendorExtensions.x-content-type} } "Content-Type: { {vendorExtensions.x-content-type} }",
126- { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {. } }{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
125+ {{#vendorExtensions.x-content-type} } "Content-Type: { {{ vendorExtensions.x-content-type} }}",
126+ { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {{. } }}{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
127127 "{ {baseName} }: { {=<% %>= } }{ <% paramName%> } <%={ { } }=%>"{ {^-last} },
128128 { {/-last} }{ {/headerParams} }
129129 })
@@ -162,8 +162,8 @@ public interface {{classname}} extends ApiClient.Api {
162162 { {/isDeprecated} }
163163 @RequestLine("{ {httpMethod} } { {{path} }}?{ {#queryParams} }{ {baseName} }={ {=<% %>= } }{ <% paramName%> } <%={ { } }=%>{ {^-last} }& { {/-last} }{ {/queryParams} }")
164164 @Headers({
165- {{#vendorExtensions.x-content-type} } "Content-Type: { {vendorExtensions.x-content-type} }",
166- { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {. } }{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
165+ {{#vendorExtensions.x-content-type} } "Content-Type: { {{ vendorExtensions.x-content-type} }}",
166+ { {/vendorExtensions.x-content-type} } "Accept: { {#vendorExtensions.x-accepts} }{ {{. } }}{ {^-last} },{ {/-last} }{ {/vendorExtensions.x-accepts} }",{ {#headerParams} }
167167 "{ {baseName} }: { {=<% %>= } }{ <% paramName%> } <%={ { } }=%>"{ {^-last} },
168168 { {/-last} }{ {/headerParams} }
169169 })
0 commit comments