Rename Bulk Assets
Hi,
Is there any faster way to rename bulk assets in a given domain? Currently, I am using change asset API but that is iterating over each asset id taking a lot of time.
Thank you
ankitachandra7439
Posted 2 years ago · Edited 1 year ago·Last reply 2 years ago
3 comments
Paresh Maharana
·2 years ago · EditedHi ,
You can use PATCH /assets/bulk API to do where in first part you can store all the values in a variable using FOR loop or any iterator then post that variable containing the values using this API.
Thanks,
Paresh
Paresh Maharana
·2 years ago · EditedHi ,
You can use PATCH /assets/bulk API to do where in first part you can store all the values in a variable using FOR loop or any iterator then post that variable containing the values using this API.
Thanks,
Paresh
Grant Rollerson
·2 years ago · EditedJust export to Excel, do the work and import back. Super simple. If you're outside of a single Domain, use a Global View.