Skip to content

Commit

Permalink
fix(doubleclickbidmanager): update the API
Browse files Browse the repository at this point in the history
#### doubleclickbidmanager:v1.1
The following keys were changed:
- schemas.PathQueryOptionsFilter.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 9, 2020
1 parent 8addb9c commit 6a8e4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/doubleclickbidmanager-v1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
}
}
},
"revision": "20200928",
"revision": "20200930",
"rootUrl": "https://doubleclickbidmanager.googleapis.com/",
"schemas": {
"ChannelGrouping": {
Expand Down Expand Up @@ -2697,7 +2697,7 @@
"type": "object"
},
"PathQueryOptionsFilter": {
"description": "Dimension Filter for a Path Filter.",
"description": "Dimension Filter on path events.",
"id": "PathQueryOptionsFilter",
"properties": {
"filter": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/doubleclickbidmanager/v1.1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export namespace doubleclickbidmanager_v1_1 {
pathFilters?: Schema$PathFilter[];
}
/**
* Dimension Filter for a Path Filter.
* Dimension Filter on path events.
*/
export interface Schema$PathQueryOptionsFilter {
/**
Expand Down

0 comments on commit 6a8e4fc

Please sign in to comment.