From f4384668e5b9e8e06fb89cd5ddb2820e340be12a Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Tue, 2 Jun 2026 16:47:29 +0200 Subject: [PATCH] fix name 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 ea03f1c5..23497335 100644 --- a/internal/api/user.go +++ b/internal/api/user.go @@ -24,7 +24,7 @@ type APIReturnedUser struct { Projects []string `json:"projects"` } -// JobMetaRequest model +// UpdateUserAPIRequest model type UpdateUserAPIRequest struct { NewRole string `json:"add-role" example:"user"` // Role to add to user $ID DelRole string `json:"remove-role" example:"user"` // Role to remove from user $ID