13 Messages
•
1.9K Points
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
13 Messages
•
1.9K Points
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
Accepted Solution
pareshmaharana1
18 Messages
•
1.1K Points
7 months ago
Hi ,
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
(edited)
1
0