Skip to content

Commit

Permalink
fix(admob): update the API
Browse files Browse the repository at this point in the history
#### admob:v1
The following keys were changed:
- resources.accounts.methods.get.parameters.name.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2020
1 parent b58f001 commit 571c96a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions discovery/admob-v1.json
Expand Up @@ -108,7 +108,7 @@
],
"parameters": {
"name": {
"description": "Resource name of the publisher account to retrieve.\nExample: accounts/pub-9876543210987654",
"description": "Required. Resource name of the publisher account to retrieve.\nExample: accounts/pub-9876543210987654",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
Expand Down Expand Up @@ -207,7 +207,7 @@
}
}
},
"revision": "20200604",
"revision": "20200709",
"rootUrl": "https://admob.googleapis.com/",
"schemas": {
"Date": {
Expand Down
6 changes: 3 additions & 3 deletions src/apis/admob/v1.ts
Expand Up @@ -525,7 +525,7 @@ export namespace admob_v1 {
*
* // Do the magic
* const res = await admob.accounts.get({
* // Resource name of the publisher account to retrieve.
* // Required. Resource name of the publisher account to retrieve.
* // Example: accounts/pub-9876543210987654
* name: 'accounts/my-account',
* });
Expand All @@ -549,7 +549,7 @@ export namespace admob_v1 {
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.name Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654
* @param {string} params.name Required. Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
Expand Down Expand Up @@ -774,7 +774,7 @@ export namespace admob_v1 {

export interface Params$Resource$Accounts$Get extends StandardParameters {
/**
* Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654
* Required. Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654
*/
name?: string;
}
Expand Down

0 comments on commit 571c96a

Please sign in to comment.