If you have the objects in WebStorm maybe you can use CTRL-SHIFT-R (replace in all project files) to replace a string across the entire project.
For example, if there's a pattern such as "<appid></appid>" updating it to be "<appid>12345</appid>" ?
Worth a look.