diff --git a/templates/dotnet/Package/Client.cs.twig b/templates/dotnet/Package/Client.cs.twig index 3c2d232a7..ef3dac6d0 100644 --- a/templates/dotnet/Package/Client.cs.twig +++ b/templates/dotnet/Package/Client.cs.twig @@ -383,7 +383,7 @@ namespace {{ spec.title | caseUcfirst }} // Make a request to check if a file already exists var current = await Call>( method: "GET", - path: "$path/${params[idParamName]}", + path, headers, parameters = new Dictionary() );