post https://api.shift.io/v3/folders//move/project/
Moves a folder to a project’s top level
This call requires two path parameters:
- the folder id of the folder you want to move
- the project id of the destination project
Note that the folder is moved to the top level of the project’s folder structure. If the folder is already located in the project whose project id you enter, then the folder is moved up to the project’s top level. A 204 code is returned when the folder is successfully moved.
If you want to move a folder into another folder (in either the same project or a different project), please see Move folder.