Body
{
"dirs_uuids": [
"4045f60e-8a91-5039-bb4e-3d3d247056e9",
...
],
"files_uuids": [
"247056e9-8a91-5039-bb4e-3d3d4045f60e",
...
],
"items": [
// Mix of dir_uuid and file_uuid
]
}
Try it out
Request
Copy-paste the cURL request in your Terminal or click on the API Explorer tab to see the API in action.
Response
{
"status":"success",
"action":"items_moved",
"dirs_uuids": [
"4045f60e-8a91-5039-bb4e-3d3d247056e9"
],
"file_uuids": [
"4b630002-ec1f-4bd6-84ee-1c9454aa811f"
],
"items": [
"4045f60e-8a91-5039-bb4e-3d3d247056e9",
"4b630002-ec1f-4bd6-84ee-1c9454aa811f"
],
"new_dir_uuid": "84ee0002-ec1f-4bd6-8428-1c9454aa8921"
}
Was this page helpful?