Administer blackout configurations via the following endpoints:
Endpoint | Description |
---|---|
Add Blackout POST /channels/Live Channel ID/blackouts | Adds a blackout configuration to a live channel. |
Delete Blackout DELETE /channels/Live Channel ID/blackouts/Blackout ID | Deletes a blackout configuration from a live channel. |
Get Blackout GET /channels/Live Channel ID/blackouts/Blackout ID | Retrieves a blackout configuration associated with a specific live channel. |
Get Multiple Blackouts GET /channels/Live Channel ID/blackouts | Retrieves either all or recently updated blackout configurations associated with a specific live channel. |
Update Blackout PATCH /channels/Live Channel ID/blackouts/Blackout ID | Updates a specific blackout configuration. |