update_script_content
Update the content of a Google Apps Script project by providing its script ID and an array of files to replace the existing ones.
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. |