diff --git a/routers/api/v1/user/user.go b/routers/api/v1/user/user.go index 62d23a0..f059691 100644 --- a/routers/api/v1/user/user.go +++ b/routers/api/v1/user/user.go @@ -26,8 +26,7 @@ func UpdateUser(c *fiber.Ctx) error { // "$ref": "#/definitions/UpdateUserRequest" // responses: // '200': - // schema: - // "$ref": "#/definitions/UsersResponse" + // description: User was updated // '500': // description: Internal server error