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
- application/json
Body
Provide below parameter to create folder
folderName string
parentFolderId string
Responses
- 200
- 400
- 404
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
objectId string
updatedAt date
{
"objectId": "Hks2JpewIp",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
Something went wrong, please try again later!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Something went wrong, please try again later!"
}
folder not found.
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "folder not found."
}
Invalid API token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...