ProfileController

@Controller
class ProfileController(userService: UserService) : ProfileApi

Controller for updating the user profile.

Parameters

userService

The service to handle the profile updates.

Constructors

Link copied to clipboard
constructor(userService: UserService)

Functions

Link copied to clipboard
@Status(value = HttpStatus.NOT_FOUND)
open fun onUserNotFound(error: UserError.UserNotFound): ProfileApi.Errors.UserNotFound
Link copied to clipboard

Update the description of the user.

Link copied to clipboard

Update the profile picture of the user.