A

13 Messages

 • 

1.9K 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

Accepted Solution

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)

136 Messages

 • 

9.3K Points

Just export to Excel, do the work and import back. Super simple. If you're outside of a single Domain, use a Global View. 

Loading...