Skip to content

Commit

Permalink
fix(displayvideo): update the API
Browse files Browse the repository at this point in the history
#### displayvideo:v1
The following keys were changed:
- schemas.LineItem.description
  • Loading branch information
yoshi-automation authored and sofisl committed Nov 6, 2020
1 parent 82d0dba commit a29648b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/displayvideo-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6141,7 +6141,7 @@
}
}
},
"revision": "20201103",
"revision": "20201105",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -11573,7 +11573,7 @@
"type": "object"
},
"LineItem": {
"description": "A single line item.",
"description": "A single line item. Next id: 24",
"id": "LineItem",
"properties": {
"advertiserId": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/displayvideo/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2660,7 +2660,7 @@ export namespace displayvideo_v1 {
displayName?: string | null;
}
/**
* A single line item.
* A single line item. Next id: 24
*/
export interface Schema$LineItem {
/**
Expand Down

0 comments on commit a29648b

Please sign in to comment.