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
Solved! Go to Solution.
Views
Replies
Total Likes
You can use asset API
You can use asset API
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"
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies