Folder resource

Move folder

OVERVIEW

The method allows a given folder to be moved from one folder location to another folder location within a site.

 

Request

PUT  /folders/{folderid}/parent?targetfolder=<targetfolderid>

 

Parameters
 

Parameter Name

Value

Description

folderid (required)

Int

The ID for the folder in question

targetfolderid(required)

Int

The target folder id of the folder under which the folder is to be moved

sourceclient (optional)

String

The source client for changes API

 

Request body

No request body is required for this call.

Response

API endpoint returns a 200 OK in case of a successful operation.

 

Comments


1 Comments

Last Updated: Jun 09,2023