From d9795b3f83fbd54d3bbb83e1454910e7b0cdf427 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Fri, 20 Jun 2025 06:34:41 -0700 Subject: [PATCH] Update Users-Forms.md --- wiki/Users-Forms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wiki/Users-Forms.md b/wiki/Users-Forms.md index 1a8c2c8c..21d87fa9 100644 --- a/wiki/Users-Forms.md +++ b/wiki/Users-Forms.md @@ -54,6 +54,12 @@ gam create form [(csv [todrive *]) | returnidonly] ``` +When applicable, both `ispublished` and `isacceptingresponses` must be specified; +the valid combinations are: +* `ispublished true isacceptingresponses true` +* `ispublished true isacceptingresponses false` +* `ispublished false isacceptingresponses false` + `` is a list of form update requests. * See: https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate @@ -83,6 +89,12 @@ gam update form [ispublished [] isacceptingresponses []] ``` +When applicable, both `ispublished` and `isacceptingresponses` must be specified; +the valid combinations are: +* `ispublished true isacceptingresponses true` +* `ispublished true isacceptingresponses false` +* `ispublished false isacceptingresponses false` + `` is a list of form update requests. * See: https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate