set_publish_settings
Configure publishing options for Google Forms, including template publication and authentication requirements, with optional dry-run preview.
Instructions
Updates the publish settings of a form.
Args: user_google_email (str): The user's Google email address. Required. form_id (str): The ID of the form to update publish settings for. publish_as_template (bool): Whether to publish as a template. Defaults to False. require_authentication (bool): Whether to require authentication to view/submit. Defaults to False. dry_run (bool): If True, preview the update without mutating the form.
Returns: str: Confirmation message of the successful publish settings update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| form_id | Yes | ||
| publish_as_template | No | ||
| require_authentication | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |