The snapshot name (in the blue pill) is a string that is generated by concatenating the app name + the campaign name when the application was initially published. This snapshot name remains as it is, so it can't be changed just by renaming the application. Please follow the below step to change the snapshot name.
1. For your list of application IDs retrieve the last resultId for each application ID, In the below scenario id 99865 and 102007 are the result ids for domain 12053 and application ID 45612
2. Update the snapshotLabel for each resultId of the list above. This snapshot name is the new name that you intend to see. Please note the highlighted parameters
Please note here we are changing the snapshot label for a given result id using PUT
Reference doc - https://rpa.casthighlight.com/api-doc/index.html#api-Applications-updateResult
Comments