Create Version
create_versionCapture the current code of a Google Apps Script project as an immutable version, preserving its state for tracking and rollback.
Instructions
Creates a new immutable version of a script project.
Versions capture a snapshot of the current script code. Once created, versions cannot be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | The script project ID | |
| description | No | Optional description for this version | |
| user_google_email | Yes | User's email address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |