Skip to content

Commit e975010

Browse files
authored
Update Google.json
1 parent 57bb8b9 commit e975010

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

Google.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"groups_settings": {
105105
"operations": {
106-
"groups_get": {
106+
"groups_settings_get": {
107107
"method": "get",
108108
"call": {
109109
"mode": "iteration",
@@ -120,6 +120,49 @@
120120
"query_parameters": {
121121
"alt": "json"
122122
}
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+
]
123166
}
124167
},
125168
"key": "email",

0 commit comments

Comments
 (0)