From b095b361cb65d55eeb59ad95e77e578e16d21d0f Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 15 Apr 2019 12:18:29 -0700 Subject: [PATCH] Update group settings documentation, eliminate maxMessageBytes (#886) --- src/GamCommands.txt | 16 +--------------- src/gam.py | 1 - 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/src/GamCommands.txt b/src/GamCommands.txt index 97bc5b2e..2a42554d 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -352,7 +352,6 @@ If an item contains spaces, it should be surrounded by ". admincreated| aliases| allowexternalmembers| - allowgooglecommunication| allowwebposting| archiveonly| customfootertext| @@ -363,14 +362,11 @@ If an item contains spaces, it should be surrounded by ". directmemberscount| email| enablecollaborativeinbox|collaborative| - favoriterepliesontop| id| includecustomfooter| includeinglobaladdresslist|gal| isarchived| - maxmessagebytes| memberscanpostasthegroup| - messagedisplayfont| messagemoderationlevel| name| primarylanguage| @@ -378,7 +374,6 @@ If an item contains spaces, it should be surrounded by ". sendmessagedenynotification| showingroupdirectory| spammoderationlevel| - whocanaddreferences| whocanadd| whocanapprovemessages| whocanassigntopics| @@ -396,7 +391,6 @@ If an item contains spaces, it should be surrounded by ". whocanmaketopicssticky| whocanmarkduplicate| whocanmarkfavoritereplyonanytopic| - whocanmarkfavoritereplyonowntopic| whocanmarknoresponseneeded| whocanmoderatecontent| whocanmodifytagsandcategories| @@ -736,20 +730,12 @@ Specify a collection of Users by directly specifying them or by specifiying item (whocanbanusers all_members|owners_and_managers|owners_only|none)| (whocaninvite all_members_can_invite|all_managers_can_invite|all_owners_can_invite|none_can_invite)| (whocanmodifymembers all_members|owners_and_managers|owners_only|none) - ::= - (allowgooglecommunication )| - (favoriterepliesontop )| - (maxmessagebytes )| - (messagedisplayfont default_font|fixed_width_font)| - (whocanaddreferences all_members|owners_and_managers|managers_only|owners_only|none)| - (whocanmarkfavoritereplyonowntopic all_members|owners_and_managers|managers_only|owners_only|none) ::= | | | | - | - + ::= admin_remote_wipe|wipe|admin_account_wipe|accountwipe|wipeaccount|approve|block|cancel_remote_wipe_then_activate|cancel_remote_wipe_then_block diff --git a/src/gam.py b/src/gam.py index bbec6b91..c221d13f 100755 --- a/src/gam.py +++ b/src/gam.py @@ -10985,7 +10985,6 @@ GROUP_ATTRIBUTES_ARGUMENT_TO_PROPERTY_MAP = { u'includecustomfooter': u'includeCustomFooter', u'includeinglobaladdresslist': u'includeInGlobalAddressList', u'isarchived': u'isArchived', - u'maxmessagebytes': u'maxMessageBytes', u'memberscanpostasthegroup': u'membersCanPostAsTheGroup', u'messagemoderationlevel': u'messageModerationLevel', u'primarylanguage': u'primaryLanguage',