Clone project
Projects Dashboard / Projects
Clone project
Description
Clone a project.
Response
201 Created
{
"id": string,
"title": string
}
where:
id: Id of the new projecttitle: Title of the new project
400 Bad Request
ProjectId, fromDate and/or toDate are missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
POST
Clone project
Description
Clone a project.Response
201 Created
id: Id of the new projecttitle: Title of the new project
400 Bad Request
ProjectId, fromDate and/or toDate are missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.