From 3f5272b1eb69d4af338e5f9c5f75847a848b964d Mon Sep 17 00:00:00 2001 From: Leonardo Zamariola Date: Sun, 16 Mar 2025 19:03:27 -0300 Subject: [PATCH] Updating path name to match param key --- content/docs/request-path-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/request-path-params.md b/content/docs/request-path-params.md index 7999bb4..3110b77 100644 --- a/content/docs/request-path-params.md +++ b/content/docs/request-path-params.md @@ -70,7 +70,7 @@ defer c.Close() c.R(). SetRawPathParam("path", "groups/developers"). - Get("/v1/users/{userId}/details") + Get("/v1/users/{path}/details") // Result: // /v1/users/groups/developers/details