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

Side by Side Diff: discovery/googleapis/reseller__v1.json

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/qpxExpress__v1.json ('k') | discovery/googleapis/reseller__v1sandbox.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/apps.order": { 5 "https://www.googleapis.com/auth/apps.order": {
6 "description": "Manage users on your domain" 6 "description": "Manage users on your domain"
7 }, 7 },
8 "https://www.googleapis.com/auth/apps.order.readonly": { 8 "https://www.googleapis.com/auth/apps.order.readonly": {
9 "description": "Manage users on your domain" 9 "description": "Manage users on your domain"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "/apps/reseller/v1/", 14 "basePath": "/apps/reseller/v1/",
15 "baseUrl": "https://www.googleapis.com/apps/reseller/v1/", 15 "baseUrl": "https://www.googleapis.com/apps/reseller/v1/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "description": "Lets you create and manage your customers and their subscrip tions.", 17 "description": "Creates and manages your customers and their subscriptions." ,
18 "discoveryVersion": "v1", 18 "discoveryVersion": "v1",
19 "documentationLink": "https://developers.google.com/google-apps/reseller/", 19 "documentationLink": "https://developers.google.com/google-apps/reseller/",
20 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Vfj6rONwWLvfIG4-Ml4mUBsQqJ0\"", 20 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/c3LGYdknVwQott16aT3fh-hRsmo\"",
21 "icons": { 21 "icons": {
22 "x16": "http://www.google.com/images/icons/product/search-16.gif", 22 "x16": "http://www.google.com/images/icons/product/search-16.gif",
23 "x32": "http://www.google.com/images/icons/product/search-32.gif" 23 "x32": "http://www.google.com/images/icons/product/search-32.gif"
24 }, 24 },
25 "id": "reseller:v1", 25 "id": "reseller:v1",
26 "kind": "discovery#restDescription", 26 "kind": "discovery#restDescription",
27 "labels": [ 27 "labels": [
28 "limited_availability" 28 "limited_availability"
29 ], 29 ],
30 "name": "reseller", 30 "name": "reseller",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "https://www.googleapis.com/auth/apps.order", 102 "https://www.googleapis.com/auth/apps.order",
103 "https://www.googleapis.com/auth/apps.order.readonly" 103 "https://www.googleapis.com/auth/apps.order.readonly"
104 ] 104 ]
105 }, 105 },
106 "insert": { 106 "insert": {
107 "description": "Creates a customer resource if one does not already exist.", 107 "description": "Creates a customer resource if one does not already exist.",
108 "httpMethod": "POST", 108 "httpMethod": "POST",
109 "id": "reseller.customers.insert", 109 "id": "reseller.customers.insert",
110 "parameters": { 110 "parameters": {
111 "customerAuthToken": { 111 "customerAuthToken": {
112 "description": "An auth token needed for inserting a customer for which domain already exists. Can be generated at https://www.googl e.com/a/cpanel//TransferToken. Optional.", 112 "description": "An auth token needed for inserting a customer for which domain already exists. Can be generated at https://admin.goo gle.com/TransferToken. Optional.",
113 "location": "query", 113 "location": "query",
114 "type": "string" 114 "type": "string"
115 } 115 }
116 }, 116 },
117 "path": "customers", 117 "path": "customers",
118 "request": { 118 "request": {
119 "$ref": "Customer" 119 "$ref": "Customer"
120 }, 120 },
121 "response": { 121 "response": {
122 "$ref": "Customer" 122 "$ref": "Customer"
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "response": { 517 "response": {
518 "$ref": "Subscription" 518 "$ref": "Subscription"
519 }, 519 },
520 "scopes": [ 520 "scopes": [
521 "https://www.googleapis.com/auth/apps.order" 521 "https://www.googleapis.com/auth/apps.order"
522 ] 522 ]
523 } 523 }
524 } 524 }
525 } 525 }
526 }, 526 },
527 "revision": "20151110", 527 "revision": "20160229",
528 "rootUrl": "https://www.googleapis.com/", 528 "rootUrl": "https://www.googleapis.com/",
529 "schemas": { 529 "schemas": {
530 "Address": { 530 "Address": {
531 "description": "JSON template for address of a customer.", 531 "description": "JSON template for address of a customer.",
532 "id": "Address", 532 "id": "Address",
533 "properties": { 533 "properties": {
534 "addressLine1": { 534 "addressLine1": {
535 "description": "Address line 1 of the address.", 535 "description": "Address line 1 of the address.",
536 "type": "string" 536 "type": "string"
537 }, 537 },
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "properties": { 688 "properties": {
689 "billingMethod": { 689 "billingMethod": {
690 "description": "Billing method of this subscription.", 690 "description": "Billing method of this subscription.",
691 "type": "string" 691 "type": "string"
692 }, 692 },
693 "creationTime": { 693 "creationTime": {
694 "description": "Creation time of this subscription in millis econds since Unix epoch.", 694 "description": "Creation time of this subscription in millis econds since Unix epoch.",
695 "format": "int64", 695 "format": "int64",
696 "type": "string" 696 "type": "string"
697 }, 697 },
698 "customerDomain": {
699 "description": "Primary domain name of the customer",
700 "type": "string"
701 },
698 "customerId": { 702 "customerId": {
699 "description": "The id of the customer to whom the subscript ion belongs.", 703 "description": "The id of the customer to whom the subscript ion belongs.",
700 "type": "string" 704 "type": "string"
701 }, 705 },
702 "kind": { 706 "kind": {
703 "default": "reseller#subscription", 707 "default": "reseller#subscription",
704 "description": "Identifies the resource as a Subscription.", 708 "description": "Identifies the resource as a Subscription.",
705 "type": "string" 709 "type": "string"
706 }, 710 },
707 "plan": { 711 "plan": {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "type": "array" 827 "type": "array"
824 } 828 }
825 }, 829 },
826 "type": "object" 830 "type": "object"
827 } 831 }
828 }, 832 },
829 "servicePath": "apps/reseller/v1/", 833 "servicePath": "apps/reseller/v1/",
830 "title": "Enterprise Apps Reseller API", 834 "title": "Enterprise Apps Reseller API",
831 "version": "v1" 835 "version": "v1"
832 } 836 }
OLDNEW
« no previous file with comments | « discovery/googleapis/qpxExpress__v1.json ('k') | discovery/googleapis/reseller__v1sandbox.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698