From 40722d72f588bd803ca392796770d517a1960f87 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Tue, 2 Jun 2026 16:48:23 +0200 Subject: [PATCH] fix name in doc comment --- internal/api/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/user.go b/internal/api/user.go index 23497335..a81eb029 100644 --- a/internal/api/user.go +++ b/internal/api/user.go @@ -66,7 +66,7 @@ func (api *RestAPI) getUsers(rw http.ResponseWriter, r *http.Request) { } } -// updateUserByJson godoc +// updateUserByRequest godoc // @summary Update user roles and projects // @tags User // @description Allows admins to add/remove roles and projects for a user