editProject

open fun editProject(name: String, logo: MultipartFile, members: List<String>, project: Project)

Method to edit an existing project

Parameters

name

: the name of the project

logo

: the logo of the project

project

: the project to edit

members

: the members of the project