edit
Project
@PostMapping(path = "/{" + PROJECT_IDENTIFIER_KEY + "}",
headers = []
)
Method to edit an existing project
Return
the result of the request as String
Parameters
id
The identifier of the user
token
The token of the user
payload
: payload of the request
{
"name" : "name of the project", -> [String]
"project_description": "description of the project", -> [String]
"project_version": "current project project_version", -> [String]
"groups" : [ -> [List of Strings or empty]
// id of the group -> [String]
],
"project_repository": "the GitHub or Gitlab project's project_repository" -> [String]
}
Content copied to clipboard