


Hi,
Requirement: To move an asset from one folder to another via API calls using postman.
But not able to find move option in postman. How can this be achieved?
Thanks in advance
Views
Replies
Sign in to like this content
Total Likes
This talks about CRUD operation on single asset. How can be have bulk operation?
ex: I want to create/delete/update multiple assets using one single api call using postman
Hi @Dolly , You can move the complete folder containing all the assets for the bulk move operation. Refer to the same link shared by Arun and use this
Request: MOVE /api/assets/myFolder -H"X-Destination: /api/assets/myFolder-moved"