File tree Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Original file line number Diff line number Diff line change 103
103
},
104
104
"groups_settings" : {
105
105
"operations" : {
106
- "groups_get " : {
106
+ "groups_settings_get " : {
107
107
"method" : " get" ,
108
108
"call" : {
109
109
"mode" : " iteration" ,
120
120
"query_parameters" : {
121
121
"alt" : " json"
122
122
}
123
+ },
124
+ "group_settings_update" : {
125
+ "method" : " put" ,
126
+ "call" : {
127
+ "mode" : " normal" ,
128
+ "path" : " /groups/v1/groups/{email}"
129
+ },
130
+ "semantics" : " update" ,
131
+ "resource_allowance_default" : " optional" ,
132
+ "resource_prohibited" : [
133
+ " kind" ,
134
+ " etag" ,
135
+ " whoCanInvite" ,
136
+ " whoCanAdd" ,
137
+ " allowGoogleCommunication" ,
138
+ " maxMessageBytes" ,
139
+ " showInGroupDirectory" ,
140
+ " messageDisplayFont" ,
141
+ " whoCanAddReferences" ,
142
+ " whoCanAssignTopics" ,
143
+ " whoCanUnassignTopic" ,
144
+ " whoCanTakeTopics" ,
145
+ " whoCanMarkDuplicate" ,
146
+ " whoCanMarkNoResponseNeeded" ,
147
+ " whoCanMarkFavoriteReplyOnAnyTopic" ,
148
+ " whoCanMarkFavoriteReplyOnOwnTopic" ,
149
+ " whoCanUnmarkFavoriteReplyOnAnyTopic" ,
150
+ " whoCanEnterFreeFormTags" ,
151
+ " whoCanModifyTagsAndCategories" ,
152
+ " whoCanModifyMembers" ,
153
+ " whoCanApproveMessages" ,
154
+ " whoCanDeleteAnyPost" ,
155
+ " whoCanDeleteTopics" ,
156
+ " whoCanLockTopics" ,
157
+ " whoCanMoveTopicsIn" ,
158
+ " whoCanMoveTopicsOut" ,
159
+ " whoCanPostAnnouncements" ,
160
+ " whoCanHideAbuse" ,
161
+ " whoCanMakeTopicsSticky"
162
+ ],
163
+ "resource_mandatory" : [
164
+ " email"
165
+ ]
123
166
}
124
167
},
125
168
"key" : " email" ,
You can’t perform that action at this time.
0 commit comments