Move Folder
Moves the folder to a new parent folder. When the move folder operation is performed the folder along with its children will be moved to the new parent folder. The folder can only be moved to an active parent folder. The path of the folder and its children will be updated accordingly.The move operation is an asynchronous operation and the response will contain the job identifier. The status of the job can be checked using the job status API. The move operation can only be performed when there is no outstanding job for the source identifier. Major version will be incremented whenever a move operation is performed on the folder.
Prerequisites
Section titled “Prerequisites”- Source and target folder should be created. To know more about creating a folder refer here
Request
Section titled “Request”POST {baseUrl}/spaces/{spaceId}/folders/{folderId}/move-
HEADER:
- Authorization:
Bearer {tid token}
- Authorization:
-
Body:
targetParentId- The target parent identifier where the folder needs to be moved
Response
Section titled “Response”To know more about move folder API refer here