Move a project
Projects Dashboard / Projects
Move a project
Description
Move the project with the projectId set through the url to the selected folder.
Payload
{
"folderId": "string"
}
where:
folderId: Folder identifier where the project needs to be moved.
Response
204 No Content
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
POST
Move a project
Description
Move the project with the projectId set through the url to the selected folder.Payload
folderId: Folder identifier where the project needs to be moved.
Response
204 No Content
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.