update_script_content
Update the files of a Google Apps Script project using its script ID. Replace the project's code files with the provided file content.
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. |