From 01aaff9b830f52297f889fd1f0923befdc4643e1 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 27 Jul 2023 10:00:54 -0700 Subject: [PATCH] Added option `contentrestrictions ownerrestricted []` to ``. --- src/GamCommands.txt | 8 ++------ src/GamUpdate.txt | 2 +- src/gam/__init__.py | 23 +++++++++++++---------- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/src/GamCommands.txt b/src/GamCommands.txt index e425b02d..736661de 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -5833,9 +5833,7 @@ gam show datastudiopermissions | | | | ) ::= - (contentrestrictions ownerrestricted [])| - (contentrestrictions readonly false)| - (contentrestrictions readonly true [reason ])| + (contentrestrictions (readonly false)|(readonly true [reason ]) [ownerrestricted []])| (copyrequireswriterpermission [])| (description )| (folderColorRgb )| @@ -5906,9 +5904,7 @@ gam update drivefile [copy] [returnidonly|ret [charset ] [columndelimiter ] ::= - (contentrestrictions ownerrestricted [])| - (contentrestrictions readonly false)| - (contentrestrictions readonly true [reason ])| + (contentrestrictions (readonly false)|(readonly true [reason ]) [ownerrestricted []])| (copyrequireswriterpermission [])| (description )| ignoredefaultvisibility| diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index f03a0556..c315d708 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -11,7 +11,7 @@ Added option `contentrestrictions ownerrestricted []` to `