fix name in doc comment

This commit is contained in:
Christoph Kluge
2026-06-02 16:48:23 +02:00
parent f4384668e5
commit 40722d72f5

View File

@@ -66,7 +66,7 @@ func (api *RestAPI) getUsers(rw http.ResponseWriter, r *http.Request) {
} }
} }
// updateUserByJson godoc // updateUserByRequest godoc
// @summary Update user roles and projects // @summary Update user roles and projects
// @tags User // @tags User
// @description Allows admins to add/remove roles and projects for a user // @description Allows admins to add/remove roles and projects for a user