Update form info
update_form_infoUpdate a Google Form's title, description, or Drive file name. Specify at least one field to update and get the new revision ID.
Instructions
Changes the form's title, description and/or document title (the Drive file name). Only the provided fields are touched (the updateMask is computed automatically); at least one field is required. Returns the batchUpdate replies with the new revisionId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New form title shown to respondents. | |
| form_id | Yes | The form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output. | |
| description | No | New form description shown under the title. | |
| document_title | No | New document name in Google Drive. |