| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/apps.groups.settings": { | 5 "https://www.googleapis.com/auth/apps.groups.settings": { |
| 6 "description": "View and manage the settings of a G Suite gr
oup" | 6 "description": "View and manage the settings of a G Suite gr
oup" |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| 11 "basePath": "/groups/v1/groups/", | 11 "basePath": "/groups/v1/groups/", |
| 12 "baseUrl": "https://www.googleapis.com/groups/v1/groups/", | 12 "baseUrl": "https://www.googleapis.com/groups/v1/groups/", |
| 13 "batchPath": "batch", | 13 "batchPath": "batch", |
| 14 "description": "Lets you manage permission levels and related settings of a
group.", | 14 "description": "Lets you manage permission levels and related settings of a
group.", |
| 15 "discoveryVersion": "v1", | 15 "discoveryVersion": "v1", |
| 16 "documentationLink": "https://developers.google.com/google-apps/groups-setti
ngs/get_started", | 16 "documentationLink": "https://developers.google.com/google-apps/groups-setti
ngs/get_started", |
| 17 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/8JFCy9G09DiKop8V7jh2RwsOYyI\"", | 17 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/OtGmapWnnxLrnB8PsHnXNA0QJ0I\"", |
| 18 "icons": { | 18 "icons": { |
| 19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
| 20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
| 21 }, | 21 }, |
| 22 "id": "groupssettings:v1", | 22 "id": "groupssettings:v1", |
| 23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
| 24 "name": "groupssettings", | 24 "name": "groupssettings", |
| 25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
| 26 "ownerName": "Google", | 26 "ownerName": "Google", |
| 27 "parameters": { | 27 "parameters": { |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "response": { | 146 "response": { |
| 147 "$ref": "Groups" | 147 "$ref": "Groups" |
| 148 }, | 148 }, |
| 149 "scopes": [ | 149 "scopes": [ |
| 150 "https://www.googleapis.com/auth/apps.groups.settings" | 150 "https://www.googleapis.com/auth/apps.groups.settings" |
| 151 ] | 151 ] |
| 152 } | 152 } |
| 153 } | 153 } |
| 154 } | 154 } |
| 155 }, | 155 }, |
| 156 "revision": "20160525", | 156 "revision": "20170607", |
| 157 "rootUrl": "https://www.googleapis.com/", | 157 "rootUrl": "https://www.googleapis.com/", |
| 158 "schemas": { | 158 "schemas": { |
| 159 "Groups": { | 159 "Groups": { |
| 160 "description": "JSON template for Group resource", | 160 "description": "JSON template for Group resource", |
| 161 "id": "Groups", | 161 "id": "Groups", |
| 162 "properties": { | 162 "properties": { |
| 163 "allowExternalMembers": { | 163 "allowExternalMembers": { |
| 164 "description": "Are external members allowed to join the gro
up.", | 164 "description": "Are external members allowed to join the gro
up.", |
| 165 "type": "string" | 165 "type": "string" |
| 166 }, | 166 }, |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 }, | 268 }, |
| 269 "whoCanJoin": { | 269 "whoCanJoin": { |
| 270 "description": "Permissions to join the group. Possible valu
es are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_J
OIN", | 270 "description": "Permissions to join the group. Possible valu
es are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_J
OIN", |
| 271 "type": "string" | 271 "type": "string" |
| 272 }, | 272 }, |
| 273 "whoCanLeaveGroup": { | 273 "whoCanLeaveGroup": { |
| 274 "description": "Permission to leave the group. Possible valu
es are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE", | 274 "description": "Permission to leave the group. Possible valu
es are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE", |
| 275 "type": "string" | 275 "type": "string" |
| 276 }, | 276 }, |
| 277 "whoCanPostMessage": { | 277 "whoCanPostMessage": { |
| 278 "description": "Permissions to post messages to the group. P
ossible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL
_IN_DOMAIN_CAN_POST ANYONE_CAN_POST", | 278 "description": "Permissions to post messages to the group. P
ossible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL
_OWNERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST", |
| 279 "type": "string" | 279 "type": "string" |
| 280 }, | 280 }, |
| 281 "whoCanViewGroup": { | 281 "whoCanViewGroup": { |
| 282 "description": "Permissions to view group. Possible values a
re: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN
_VIEW", | 282 "description": "Permissions to view group. Possible values a
re: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN
_VIEW", |
| 283 "type": "string" | 283 "type": "string" |
| 284 }, | 284 }, |
| 285 "whoCanViewMembership": { | 285 "whoCanViewMembership": { |
| 286 "description": "Permissions to view membership. Possible val
ues are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW", | 286 "description": "Permissions to view membership. Possible val
ues are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW", |
| 287 "type": "string" | 287 "type": "string" |
| 288 } | 288 } |
| 289 }, | 289 }, |
| 290 "type": "object" | 290 "type": "object" |
| 291 } | 291 } |
| 292 }, | 292 }, |
| 293 "servicePath": "groups/v1/groups/", | 293 "servicePath": "groups/v1/groups/", |
| 294 "title": "Groups Settings API", | 294 "title": "Groups Settings API", |
| 295 "version": "v1" | 295 "version": "v1" |
| 296 } | 296 } |
| OLD | NEW |