Skip to content

Commit

Permalink
fix(licensing): update the API
Browse files Browse the repository at this point in the history
#### licensing:v1
The following keys were changed:
- baseUrl
- batchPath
- mtlsRootUrl
- rootUrl
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2020
1 parent 4c27d1a commit b69694e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions discovery/licensing-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}
},
"basePath": "",
"baseUrl": "https://licensing.googleapis.com/",
"batchPath": "batch",
"baseUrl": "https://www.googleapis.com/",
"batchPath": "batch/licensing/v1",
"description": "The Google Enterprise License Manager API's allows you to license apps for all the users of a domain managed by you.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/admin-sdk/licensing/",
Expand All @@ -21,7 +21,7 @@
},
"id": "licensing:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://licensing.mtls.googleapis.com/",
"mtlsRootUrl": "https://www.mtls.googleapis.com/",
"name": "licensing",
"ownerDomain": "google.com",
"ownerName": "Google",
Expand Down Expand Up @@ -397,8 +397,8 @@
}
}
},
"revision": "20201005",
"rootUrl": "https://licensing.googleapis.com/",
"revision": "20201012",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"LicenseAssignment": {
"description": "Representation of a license assignment.",
Expand Down
14 changes: 7 additions & 7 deletions src/apis/licensing/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down Expand Up @@ -448,7 +448,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down Expand Up @@ -601,7 +601,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down Expand Up @@ -751,7 +751,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down Expand Up @@ -903,7 +903,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down Expand Up @@ -1066,7 +1066,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down Expand Up @@ -1229,7 +1229,7 @@ export namespace licensing_v1 {
options = {};
}

const rootUrl = options.rootUrl || 'https://licensing.googleapis.com/';
const rootUrl = options.rootUrl || 'https://www.googleapis.com/';
const parameters = {
options: Object.assign(
{
Expand Down

0 comments on commit b69694e

Please sign in to comment.