Studio Apps
editStudioAppFileBatch
Batch Edit Studio App File
Apply an ORDERED list of find-and-replace edits to one file in a Studio app, ATOMICALLY (all-or-nothing) in a single call.
Arguments
appIdstringrequiredThe Studio app IDeditsobject[]requiredOrdered edits, applied sequentially against the running content. All must match or none apply.pathstringrequiredThe file path within the app to edit
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- make these 3 changes to index.html
- rename the class and update both references
- apply this set of edits
Pair it with
The verbs that finish the job.