API to update an Ad Break within the live stream.
HTTP request
PATCH https://admanagervideo.googleapis.com/v1/adBreak/{adBreak.name=networks/*/customAssets/*/adBreaks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
adBreak.name |
Output only. The resource name of the Ad Break. This field will have the format of "networks/ network_code is the network code in Google Ad Manager to which this content belongs. asset_key is the key of the Live Stream Event in Google Ad Manage under which the Ad Break was created. adBreakId is the key of the Ad Break. OUTPUT ONLY. |
Query parameters
| Parameters | |
|---|---|
updateMask |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of AdBreak.
Response body
If successful, the response body contains an instance of AdBreak.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/contentingestionhttps://www.googleapis.com/auth/video-ads
For more information, see the OAuth 2.0 Overview.