Studio Apps
appendStudioAppFile
Append Studio App File
Append content to a file in a Studio app additively: no whole-file round-trip.
Arguments
anchorstringoptionalOptional exact substring of the current file; content is inserted immediately after its first occurrence. Omit to append at the end.appIdstringrequiredThe Studio app IDcontentstringrequiredThe text to insert.pathstringrequiredThe file path within the app to append torequestIdstringoptionalOptional idempotency/trace key, echoed on coded errors.
Returns
A missing anchor changes nothing and returns an error (so an insert never lands in the wrong place).
Ask for it
The Cloud routes these requests to this verb.
- add a footer to index.html
- append this CSS rule
- insert a script after the <head>
- add another card to the grid
Pair it with
The verbs that finish the job.