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:
- resources.advertisers.resources.lineItems.methods.generateDefault.description
- resources.advertisers.resources.negativeKeywordLists.resources.negativeKeywords.methods.replace.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 2fa72f5 commit 1128d84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/displayvideo-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@
]
},
"generateDefault": {
"description": "Creates a new line item with settings (including targeting) inherited from the insertion order. Returns the newly created line item if successful. There are default values based on the three fields: * The insertion order's InsertionOrderType * The insertion order's InsertionOrderAutomationType * The given line_item_type",
"description": "Creates a new line item with settings (including targeting) inherited from the insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the newly created line item if successful. There are default values based on the three fields: * The insertion order's insertion_order_type * The insertion order's automation_type * The given line_item_type",
"flatPath": "v1/advertisers/{advertisersId}/lineItems:generateDefault",
"httpMethod": "POST",
"id": "displayvideo.advertisers.lineItems.generateDefault",
Expand Down Expand Up @@ -3888,7 +3888,7 @@
]
},
"replace": {
"description": "Replaces all negative keywords in a single negative keyword list. The operation will replace the keywords in a negative keywords with keywords provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.",
"description": "Replaces all negative keywords in a single negative keyword list. The operation will replace the keywords in a negative keyword list with keywords provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.",
"flatPath": "v1/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListsId}/negativeKeywords:replace",
"httpMethod": "POST",
"id": "displayvideo.advertisers.negativeKeywordLists.negativeKeywords.replace",
Expand Down Expand Up @@ -7071,7 +7071,7 @@
}
}
},
"revision": "20210323",
"revision": "20210401",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/displayvideo/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11777,7 +11777,7 @@ export namespace displayvideo_v1 {
}

/**
* Creates a new line item with settings (including targeting) inherited from the insertion order. Returns the newly created line item if successful. There are default values based on the three fields: * The insertion order's InsertionOrderType * The insertion order's InsertionOrderAutomationType * The given line_item_type
* Creates a new line item with settings (including targeting) inherited from the insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the newly created line item if successful. There are default values based on the three fields: * The insertion order's insertion_order_type * The insertion order's automation_type * The given line_item_type
* @example
* ```js
* // Before running the sample:
Expand Down Expand Up @@ -17043,7 +17043,7 @@ export namespace displayvideo_v1 {
}

/**
* Replaces all negative keywords in a single negative keyword list. The operation will replace the keywords in a negative keywords with keywords provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.
* Replaces all negative keywords in a single negative keyword list. The operation will replace the keywords in a negative keyword list with keywords provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.
* @example
* ```js
* // Before running the sample:
Expand Down

0 comments on commit 1128d84

Please sign in to comment.