update_script_content
Modify and update the files within a Google Apps Script project by specifying the script ID and the files to be updated, ensuring project content stays current and accurate.
Instructions
Updates the content of a specified Google Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | Yes | The files to be updated in the script project. | |
scriptId | Yes | The ID of the script project to update. |