| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { |
| 3 "oauth2": { |
| 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/apps.licensing": { |
| 6 "description": "View and manage Google Apps licenses for you
r domain" |
| 7 } |
| 8 } |
| 9 } |
| 10 }, |
| 2 "basePath": "/apps/licensing/v1/product/", | 11 "basePath": "/apps/licensing/v1/product/", |
| 3 "baseUrl": "https://www.googleapis.com/apps/licensing/v1/product/", | 12 "baseUrl": "https://www.googleapis.com/apps/licensing/v1/product/", |
| 4 "batchPath": "batch", | 13 "batchPath": "batch", |
| 5 "description": "Licensing API to view and manage license for your domain.", | 14 "description": "Licensing API to view and manage license for your domain.", |
| 6 "discoveryVersion": "v1", | 15 "discoveryVersion": "v1", |
| 7 "documentationLink": "https://developers.google.com/google-apps/licensing/", | 16 "documentationLink": "https://developers.google.com/google-apps/licensing/", |
| 8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/5nv4m0pBrnwpGqw9jwk2yynQNrg\"", | 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/chZbfEJA0-TN8tTaZIdtXJErZX4\"", |
| 9 "icons": { | 18 "icons": { |
| 10 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 11 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 12 }, | 21 }, |
| 13 "id": "licensing:v1", | 22 "id": "licensing:v1", |
| 14 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
| 15 "name": "licensing", | 24 "name": "licensing", |
| 16 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
| 17 "ownerName": "Google", | 26 "ownerName": "Google", |
| 18 "parameters": { | 27 "parameters": { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "required": true, | 95 "required": true, |
| 87 "type": "string" | 96 "type": "string" |
| 88 }, | 97 }, |
| 89 "userId": { | 98 "userId": { |
| 90 "description": "email id or unique Id of the user", | 99 "description": "email id or unique Id of the user", |
| 91 "location": "path", | 100 "location": "path", |
| 92 "required": true, | 101 "required": true, |
| 93 "type": "string" | 102 "type": "string" |
| 94 } | 103 } |
| 95 }, | 104 }, |
| 96 "path": "{productId}/sku/{skuId}/user/{userId}" | 105 "path": "{productId}/sku/{skuId}/user/{userId}", |
| 106 "scopes": [ |
| 107 "https://www.googleapis.com/auth/apps.licensing" |
| 108 ] |
| 97 }, | 109 }, |
| 98 "get": { | 110 "get": { |
| 99 "description": "Get license assignment of a particular produ
ct and sku for a user", | 111 "description": "Get license assignment of a particular produ
ct and sku for a user", |
| 100 "httpMethod": "GET", | 112 "httpMethod": "GET", |
| 101 "id": "licensing.licenseAssignments.get", | 113 "id": "licensing.licenseAssignments.get", |
| 102 "parameterOrder": [ | 114 "parameterOrder": [ |
| 103 "productId", | 115 "productId", |
| 104 "skuId", | 116 "skuId", |
| 105 "userId" | 117 "userId" |
| 106 ], | 118 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 120 "userId": { | 132 "userId": { |
| 121 "description": "email id or unique Id of the user", | 133 "description": "email id or unique Id of the user", |
| 122 "location": "path", | 134 "location": "path", |
| 123 "required": true, | 135 "required": true, |
| 124 "type": "string" | 136 "type": "string" |
| 125 } | 137 } |
| 126 }, | 138 }, |
| 127 "path": "{productId}/sku/{skuId}/user/{userId}", | 139 "path": "{productId}/sku/{skuId}/user/{userId}", |
| 128 "response": { | 140 "response": { |
| 129 "$ref": "LicenseAssignment" | 141 "$ref": "LicenseAssignment" |
| 130 } | 142 }, |
| 143 "scopes": [ |
| 144 "https://www.googleapis.com/auth/apps.licensing" |
| 145 ] |
| 131 }, | 146 }, |
| 132 "insert": { | 147 "insert": { |
| 133 "description": "Assign License.", | 148 "description": "Assign License.", |
| 134 "httpMethod": "POST", | 149 "httpMethod": "POST", |
| 135 "id": "licensing.licenseAssignments.insert", | 150 "id": "licensing.licenseAssignments.insert", |
| 136 "parameterOrder": [ | 151 "parameterOrder": [ |
| 137 "productId", | 152 "productId", |
| 138 "skuId" | 153 "skuId" |
| 139 ], | 154 ], |
| 140 "parameters": { | 155 "parameters": { |
| 141 "productId": { | 156 "productId": { |
| 142 "description": "Name for product", | 157 "description": "Name for product", |
| 143 "location": "path", | 158 "location": "path", |
| 144 "required": true, | 159 "required": true, |
| 145 "type": "string" | 160 "type": "string" |
| 146 }, | 161 }, |
| 147 "skuId": { | 162 "skuId": { |
| 148 "description": "Name for sku", | 163 "description": "Name for sku", |
| 149 "location": "path", | 164 "location": "path", |
| 150 "required": true, | 165 "required": true, |
| 151 "type": "string" | 166 "type": "string" |
| 152 } | 167 } |
| 153 }, | 168 }, |
| 154 "path": "{productId}/sku/{skuId}/user", | 169 "path": "{productId}/sku/{skuId}/user", |
| 155 "request": { | 170 "request": { |
| 156 "$ref": "LicenseAssignmentInsert" | 171 "$ref": "LicenseAssignmentInsert" |
| 157 }, | 172 }, |
| 158 "response": { | 173 "response": { |
| 159 "$ref": "LicenseAssignment" | 174 "$ref": "LicenseAssignment" |
| 160 } | 175 }, |
| 176 "scopes": [ |
| 177 "https://www.googleapis.com/auth/apps.licensing" |
| 178 ] |
| 161 }, | 179 }, |
| 162 "listForProduct": { | 180 "listForProduct": { |
| 163 "description": "List license assignments for given product o
f the customer.", | 181 "description": "List license assignments for given product o
f the customer.", |
| 164 "httpMethod": "GET", | 182 "httpMethod": "GET", |
| 165 "id": "licensing.licenseAssignments.listForProduct", | 183 "id": "licensing.licenseAssignments.listForProduct", |
| 166 "parameterOrder": [ | 184 "parameterOrder": [ |
| 167 "productId", | 185 "productId", |
| 168 "customerId" | 186 "customerId" |
| 169 ], | 187 ], |
| 170 "parameters": { | 188 "parameters": { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 192 "productId": { | 210 "productId": { |
| 193 "description": "Name for product", | 211 "description": "Name for product", |
| 194 "location": "path", | 212 "location": "path", |
| 195 "required": true, | 213 "required": true, |
| 196 "type": "string" | 214 "type": "string" |
| 197 } | 215 } |
| 198 }, | 216 }, |
| 199 "path": "{productId}/users", | 217 "path": "{productId}/users", |
| 200 "response": { | 218 "response": { |
| 201 "$ref": "LicenseAssignmentList" | 219 "$ref": "LicenseAssignmentList" |
| 202 } | 220 }, |
| 221 "scopes": [ |
| 222 "https://www.googleapis.com/auth/apps.licensing" |
| 223 ] |
| 203 }, | 224 }, |
| 204 "listForProductAndSku": { | 225 "listForProductAndSku": { |
| 205 "description": "List license assignments for given product a
nd sku of the customer.", | 226 "description": "List license assignments for given product a
nd sku of the customer.", |
| 206 "httpMethod": "GET", | 227 "httpMethod": "GET", |
| 207 "id": "licensing.licenseAssignments.listForProductAndSku", | 228 "id": "licensing.licenseAssignments.listForProductAndSku", |
| 208 "parameterOrder": [ | 229 "parameterOrder": [ |
| 209 "productId", | 230 "productId", |
| 210 "skuId", | 231 "skuId", |
| 211 "customerId" | 232 "customerId" |
| 212 ], | 233 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 241 "skuId": { | 262 "skuId": { |
| 242 "description": "Name for sku", | 263 "description": "Name for sku", |
| 243 "location": "path", | 264 "location": "path", |
| 244 "required": true, | 265 "required": true, |
| 245 "type": "string" | 266 "type": "string" |
| 246 } | 267 } |
| 247 }, | 268 }, |
| 248 "path": "{productId}/sku/{skuId}/users", | 269 "path": "{productId}/sku/{skuId}/users", |
| 249 "response": { | 270 "response": { |
| 250 "$ref": "LicenseAssignmentList" | 271 "$ref": "LicenseAssignmentList" |
| 251 } | 272 }, |
| 273 "scopes": [ |
| 274 "https://www.googleapis.com/auth/apps.licensing" |
| 275 ] |
| 252 }, | 276 }, |
| 253 "patch": { | 277 "patch": { |
| 254 "description": "Assign License. This method supports patch s
emantics.", | 278 "description": "Assign License. This method supports patch s
emantics.", |
| 255 "httpMethod": "PATCH", | 279 "httpMethod": "PATCH", |
| 256 "id": "licensing.licenseAssignments.patch", | 280 "id": "licensing.licenseAssignments.patch", |
| 257 "parameterOrder": [ | 281 "parameterOrder": [ |
| 258 "productId", | 282 "productId", |
| 259 "skuId", | 283 "skuId", |
| 260 "userId" | 284 "userId" |
| 261 ], | 285 ], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 278 "required": true, | 302 "required": true, |
| 279 "type": "string" | 303 "type": "string" |
| 280 } | 304 } |
| 281 }, | 305 }, |
| 282 "path": "{productId}/sku/{skuId}/user/{userId}", | 306 "path": "{productId}/sku/{skuId}/user/{userId}", |
| 283 "request": { | 307 "request": { |
| 284 "$ref": "LicenseAssignment" | 308 "$ref": "LicenseAssignment" |
| 285 }, | 309 }, |
| 286 "response": { | 310 "response": { |
| 287 "$ref": "LicenseAssignment" | 311 "$ref": "LicenseAssignment" |
| 288 } | 312 }, |
| 313 "scopes": [ |
| 314 "https://www.googleapis.com/auth/apps.licensing" |
| 315 ] |
| 289 }, | 316 }, |
| 290 "update": { | 317 "update": { |
| 291 "description": "Assign License.", | 318 "description": "Assign License.", |
| 292 "httpMethod": "PUT", | 319 "httpMethod": "PUT", |
| 293 "id": "licensing.licenseAssignments.update", | 320 "id": "licensing.licenseAssignments.update", |
| 294 "parameterOrder": [ | 321 "parameterOrder": [ |
| 295 "productId", | 322 "productId", |
| 296 "skuId", | 323 "skuId", |
| 297 "userId" | 324 "userId" |
| 298 ], | 325 ], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 315 "required": true, | 342 "required": true, |
| 316 "type": "string" | 343 "type": "string" |
| 317 } | 344 } |
| 318 }, | 345 }, |
| 319 "path": "{productId}/sku/{skuId}/user/{userId}", | 346 "path": "{productId}/sku/{skuId}/user/{userId}", |
| 320 "request": { | 347 "request": { |
| 321 "$ref": "LicenseAssignment" | 348 "$ref": "LicenseAssignment" |
| 322 }, | 349 }, |
| 323 "response": { | 350 "response": { |
| 324 "$ref": "LicenseAssignment" | 351 "$ref": "LicenseAssignment" |
| 325 } | 352 }, |
| 353 "scopes": [ |
| 354 "https://www.googleapis.com/auth/apps.licensing" |
| 355 ] |
| 326 } | 356 } |
| 327 } | 357 } |
| 328 } | 358 } |
| 329 }, | 359 }, |
| 330 "revision": "20140122", | 360 "revision": "20140122", |
| 331 "rootUrl": "https://www.googleapis.com/", | 361 "rootUrl": "https://www.googleapis.com/", |
| 332 "schemas": { | 362 "schemas": { |
| 333 "LicenseAssignment": { | 363 "LicenseAssignment": { |
| 334 "description": "Template for LiscenseAssignment Resource", | 364 "description": "Template for LiscenseAssignment Resource", |
| 335 "id": "LicenseAssignment", | 365 "id": "LicenseAssignment", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "type": "string" | 448 "type": "string" |
| 419 } | 449 } |
| 420 }, | 450 }, |
| 421 "type": "object" | 451 "type": "object" |
| 422 } | 452 } |
| 423 }, | 453 }, |
| 424 "servicePath": "apps/licensing/v1/product/", | 454 "servicePath": "apps/licensing/v1/product/", |
| 425 "title": "Enterprise License Manager API", | 455 "title": "Enterprise License Manager API", |
| 426 "version": "v1" | 456 "version": "v1" |
| 427 } | 457 } |
| OLD | NEW |