ProfileController
Controller for updating the user profile.
Parameters
userService
The service to handle the profile updates.
Functions
Link copied to clipboard
@Status(value = HttpStatus.NOT_FOUND)
Link copied to clipboard
open override fun updateDescription(principal: Principal, request: ProfileApi.UpdateDescriptionRequest): UserDTO
Update the description of the user.
Link copied to clipboard
open override fun updateProfilePicture(principal: Principal, request: ProfileApi.UpdateProfilePictureRequest): UserDTO
Update the profile picture of the user.