update_script_file
Update a specific file's content in a Google Apps Script project, preserving all other files.
Instructions
Update an existing file in an Apps Script project while preserving all other files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New content for the file | |
| file_name | Yes | Name of the existing file to update | |
| script_id | Yes | Apps Script project ID |