edit Project

fun editProject(project: <Error class: unknown class>, logoPic: String?, projectTitle: String, members: List<String>): <Error class: unknown class>

Function to execute the request to edit an existing project

Return

the result of the request as JSONObject

Parameters

project

: the project to edit

logoPic

: the project logo

projectTitle

: the title of the project

members

: the members of the project


fun editProject(projectId: String, logoPic: String?, projectTitle: String, members: List<String>): <Error class: unknown class>

Function to execute the request to edit an existing project

Return

the result of the request as JSONObject

Parameters

projectId

: the identifier of the project

logoPic

: the project logo

projectTitle

: the title of the project

members

: the members of the project