From f930df5e685351b5d518b26c4c738cff28b0c473 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:49:25 +0100 Subject: [PATCH] fix(dotnet): path --- templates/dotnet/Package/Client.cs.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() );