Skip to main content

Update Folder

PUT 

/folder/:folder_id

The Update Folder API allows you to uodate folder name as well as parentFolderId.

Request

Path Parameters

    folder_id stringrequired

    objectId of folder

Body

Provide below parameter to create folder

    folderName string
    parentFolderId string

Responses

successful operation

Schema

    objectId string
    updatedAt date
Loading...