Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: discovery/googleapis/licensing__v1.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/groupsmigration__v1.json ('k') | discovery/googleapis/mirror__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/licensing__v1.json
diff --git a/discovery/googleapis/licensing__v1.json b/discovery/googleapis/licensing__v1.json
index 94479469fe818227414ff92908ae2085074a2cc3..1bd73113431f3af587173f724f3204dbce648eba 100644
--- a/discovery/googleapis/licensing__v1.json
+++ b/discovery/googleapis/licensing__v1.json
@@ -1,11 +1,20 @@
{
+ "auth": {
+ "oauth2": {
+ "scopes": {
+ "https://www.googleapis.com/auth/apps.licensing": {
+ "description": "View and manage Google Apps licenses for your domain"
+ }
+ }
+ }
+ },
"basePath": "/apps/licensing/v1/product/",
"baseUrl": "https://www.googleapis.com/apps/licensing/v1/product/",
"batchPath": "batch",
"description": "Licensing API to view and manage license for your domain.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/google-apps/licensing/",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/5nv4m0pBrnwpGqw9jwk2yynQNrg\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/chZbfEJA0-TN8tTaZIdtXJErZX4\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -93,7 +102,10 @@
"type": "string"
}
},
- "path": "{productId}/sku/{skuId}/user/{userId}"
+ "path": "{productId}/sku/{skuId}/user/{userId}",
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
},
"get": {
"description": "Get license assignment of a particular product and sku for a user",
@@ -127,7 +139,10 @@
"path": "{productId}/sku/{skuId}/user/{userId}",
"response": {
"$ref": "LicenseAssignment"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
},
"insert": {
"description": "Assign License.",
@@ -157,7 +172,10 @@
},
"response": {
"$ref": "LicenseAssignment"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
},
"listForProduct": {
"description": "List license assignments for given product of the customer.",
@@ -199,7 +217,10 @@
"path": "{productId}/users",
"response": {
"$ref": "LicenseAssignmentList"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
},
"listForProductAndSku": {
"description": "List license assignments for given product and sku of the customer.",
@@ -248,7 +269,10 @@
"path": "{productId}/sku/{skuId}/users",
"response": {
"$ref": "LicenseAssignmentList"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
},
"patch": {
"description": "Assign License. This method supports patch semantics.",
@@ -285,7 +309,10 @@
},
"response": {
"$ref": "LicenseAssignment"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
},
"update": {
"description": "Assign License.",
@@ -322,7 +349,10 @@
},
"response": {
"$ref": "LicenseAssignment"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/apps.licensing"
+ ]
}
}
}
« no previous file with comments | « discovery/googleapis/groupsmigration__v1.json ('k') | discovery/googleapis/mirror__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698