OLD | NEW |
1 { | 1 { |
| 2 "auth": { |
| 3 "oauth2": { |
| 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/apps.groups.migration": { |
| 6 "description": "Manage messages in groups on your domain" |
| 7 } |
| 8 } |
| 9 } |
| 10 }, |
2 "basePath": "/groups/v1/groups/", | 11 "basePath": "/groups/v1/groups/", |
3 "baseUrl": "https://www.googleapis.com/groups/v1/groups/", | 12 "baseUrl": "https://www.googleapis.com/groups/v1/groups/", |
4 "batchPath": "batch", | 13 "batchPath": "batch", |
5 "canonicalName": "Groups Migration", | 14 "canonicalName": "Groups Migration", |
6 "description": "Groups Migration Api.", | 15 "description": "Groups Migration Api.", |
7 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
8 "documentationLink": "https://developers.google.com/google-apps/groups-migra
tion/", | 17 "documentationLink": "https://developers.google.com/google-apps/groups-migra
tion/", |
9 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/uMvgRqCygYBIh2d3lXb4f8cUWOw\"", | 18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/8sBrpk7dyPsmoiW1fArUb0ZoCGY\"", |
10 "icons": { | 19 "icons": { |
11 "x16": "http://www.google.com/images/icons/product/discussions-16.gif", | 20 "x16": "http://www.google.com/images/icons/product/discussions-16.gif", |
12 "x32": "http://www.google.com/images/icons/product/discussions-32.gif" | 21 "x32": "http://www.google.com/images/icons/product/discussions-32.gif" |
13 }, | 22 }, |
14 "id": "groupsmigration:v1", | 23 "id": "groupsmigration:v1", |
15 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
16 "name": "groupsmigration", | 25 "name": "groupsmigration", |
17 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
18 "ownerName": "Google", | 27 "ownerName": "Google", |
19 "parameters": { | 28 "parameters": { |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "description": "The group ID", | 102 "description": "The group ID", |
94 "location": "path", | 103 "location": "path", |
95 "required": true, | 104 "required": true, |
96 "type": "string" | 105 "type": "string" |
97 } | 106 } |
98 }, | 107 }, |
99 "path": "{groupId}/archive", | 108 "path": "{groupId}/archive", |
100 "response": { | 109 "response": { |
101 "$ref": "Groups" | 110 "$ref": "Groups" |
102 }, | 111 }, |
| 112 "scopes": [ |
| 113 "https://www.googleapis.com/auth/apps.groups.migration" |
| 114 ], |
103 "supportsMediaUpload": true | 115 "supportsMediaUpload": true |
104 } | 116 } |
105 } | 117 } |
106 } | 118 } |
107 }, | 119 }, |
108 "revision": "20140416", | 120 "revision": "20140416", |
109 "rootUrl": "https://www.googleapis.com/", | 121 "rootUrl": "https://www.googleapis.com/", |
110 "schemas": { | 122 "schemas": { |
111 "Groups": { | 123 "Groups": { |
112 "description": "JSON response template for groups migration API.", | 124 "description": "JSON response template for groups migration API.", |
113 "id": "Groups", | 125 "id": "Groups", |
114 "properties": { | 126 "properties": { |
115 "kind": { | 127 "kind": { |
116 "default": "groupsmigration#groups", | 128 "default": "groupsmigration#groups", |
117 "description": "The kind of insert resource this is.", | 129 "description": "The kind of insert resource this is.", |
118 "type": "string" | 130 "type": "string" |
119 }, | 131 }, |
120 "responseCode": { | 132 "responseCode": { |
121 "description": "The status of the insert request.", | 133 "description": "The status of the insert request.", |
122 "type": "string" | 134 "type": "string" |
123 } | 135 } |
124 }, | 136 }, |
125 "type": "object" | 137 "type": "object" |
126 } | 138 } |
127 }, | 139 }, |
128 "servicePath": "groups/v1/groups/", | 140 "servicePath": "groups/v1/groups/", |
129 "title": "Groups Migration API", | 141 "title": "Groups Migration API", |
130 "version": "v1" | 142 "version": "v1" |
131 } | 143 } |
OLD | NEW |