Skip to content

Commit

Permalink
fix(authorizedbuyersmarketplace): update the API
Browse files Browse the repository at this point in the history
#### authorizedbuyersmarketplace:v1

The following keys were changed:
- resources.buyers.resources.publisherProfiles.methods.list.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 21, 2022
1 parent 8299911 commit 4fc00c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/authorizedbuyersmarketplace-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@
]
},
"list": {
"description": "Lists publisher profiles",
"description": "Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.",
"flatPath": "v1/buyers/{buyersId}/publisherProfiles",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.buyers.publisherProfiles.list",
Expand Down Expand Up @@ -1307,7 +1307,7 @@
}
}
},
"revision": "20220817",
"revision": "20220920",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/authorizedbuyersmarketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"webpack": "webpack"
},
"dependencies": {
"googleapis-common": "^5.0.1"
"googleapis-common": "^6.0.3"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/authorizedbuyersmarketplace/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7172,7 +7172,7 @@ export namespace authorizedbuyersmarketplace_v1 {
}

/**
* Lists publisher profiles
* Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.
* @example
* ```js
* // Before running the sample:
Expand Down

0 comments on commit 4fc00c2

Please sign in to comment.