We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aadc489 + 8a3448d commit a07202fCopy full SHA for a07202f
templates/dotnet/base/requests/file.twig
@@ -8,7 +8,7 @@
8
9
return _client.ChunkedUpload(
10
apiPath,
11
- headers,
+ apiHeaders,
12
parameters,
13
{%~ if method.responseModel %}
14
Convert,
templates/dotnet/base/requests/location.twig
@@ -2,4 +2,4 @@
2
method: "{{ method.method | caseUpper }}",
3
path: apiPath,
4
headers: apiHeaders,
5
- parameters: apiParameters.Where(it => it.Value != null).ToDictionary(it => it.Key, it => it.Value)!);
+ parameters: apiParameters.Where(it => it.Value != null).ToDictionary(it => it.Key, it => it.Value)!);
0 commit comments