| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/apps.groups.migration": { | 5 "https://www.googleapis.com/auth/apps.groups.migration": { |
| 6 "description": "Manage messages in groups on your domain" | 6 "description": "Manage messages in groups on your domain" |
| 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 "canonicalName": "Groups Migration", | 14 "canonicalName": "Groups Migration", |
| 15 "description": "Groups Migration Api.", | 15 "description": "Groups Migration Api.", |
| 16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
| 17 "documentationLink": "https://developers.google.com/google-apps/groups-migra
tion/", | 17 "documentationLink": "https://developers.google.com/google-apps/groups-migra
tion/", |
| 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/HWdr3QolTxcnkwueTlDTCxOXBdE\"", | 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/VuTEwIALyLFp_kdXuKsAPvednIM\"", |
| 19 "icons": { | 19 "icons": { |
| 20 "x16": "http://www.google.com/images/icons/product/discussions-16.gif", | 20 "x16": "https://www.google.com/images/icons/product/discussions-16.gif", |
| 21 "x32": "http://www.google.com/images/icons/product/discussions-32.gif" | 21 "x32": "https://www.google.com/images/icons/product/discussions-32.gif" |
| 22 }, | 22 }, |
| 23 "id": "groupsmigration:v1", | 23 "id": "groupsmigration:v1", |
| 24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
| 25 "name": "groupsmigration", | 25 "name": "groupsmigration", |
| 26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
| 27 "ownerName": "Google", | 27 "ownerName": "Google", |
| 28 "parameters": { | 28 "parameters": { |
| 29 "alt": { | 29 "alt": { |
| 30 "default": "json", | 30 "default": "json", |
| 31 "description": "Data format for the response.", | 31 "description": "Data format for the response.", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "$ref": "Groups" | 110 "$ref": "Groups" |
| 111 }, | 111 }, |
| 112 "scopes": [ | 112 "scopes": [ |
| 113 "https://www.googleapis.com/auth/apps.groups.migration" | 113 "https://www.googleapis.com/auth/apps.groups.migration" |
| 114 ], | 114 ], |
| 115 "supportsMediaUpload": true | 115 "supportsMediaUpload": true |
| 116 } | 116 } |
| 117 } | 117 } |
| 118 } | 118 } |
| 119 }, | 119 }, |
| 120 "revision": "20140416", | 120 "revision": "20170607", |
| 121 "rootUrl": "https://www.googleapis.com/", | 121 "rootUrl": "https://www.googleapis.com/", |
| 122 "schemas": { | 122 "schemas": { |
| 123 "Groups": { | 123 "Groups": { |
| 124 "description": "JSON response template for groups migration API.", | 124 "description": "JSON response template for groups migration API.", |
| 125 "id": "Groups", | 125 "id": "Groups", |
| 126 "properties": { | 126 "properties": { |
| 127 "kind": { | 127 "kind": { |
| 128 "default": "groupsmigration#groups", | 128 "default": "groupsmigration#groups", |
| 129 "description": "The kind of insert resource this is.", | 129 "description": "The kind of insert resource this is.", |
| 130 "type": "string" | 130 "type": "string" |
| 131 }, | 131 }, |
| 132 "responseCode": { | 132 "responseCode": { |
| 133 "description": "The status of the insert request.", | 133 "description": "The status of the insert request.", |
| 134 "type": "string" | 134 "type": "string" |
| 135 } | 135 } |
| 136 }, | 136 }, |
| 137 "type": "object" | 137 "type": "object" |
| 138 } | 138 } |
| 139 }, | 139 }, |
| 140 "servicePath": "groups/v1/groups/", | 140 "servicePath": "groups/v1/groups/", |
| 141 "title": "Groups Migration API", | 141 "title": "Groups Migration API", |
| 142 "version": "v1" | 142 "version": "v1" |
| 143 } | 143 } |
| OLD | NEW |