forms (v1) PREREQUISITE: Read for auth, global flags, and security rules. If missing, run to create it. API Resources forms - — Change the form with a batch of updates. - — Create a new form using the title given in the provided form message in the request. Important: Only the form.info.title and form.info.document title fields are copied to the new form. All other fields including the form description, items and settings are disallowed. To create a new form and add items, you must first call forms.create to create an empty form with a title and (optional) document title, and then call forms.…