A

11 Messages

 • 

1.3K Points

Monday, April 15th, 2024 11:52 AM

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

 • 

800 Points

12 days 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)

Loading...