DEPRECATED
Update stream instance options
| Code | Description |
|---|---|
| 400 | Bad Request: body has wrong syntax or unable to handle request |
| 401 | Unauthorized: auth_token omitted or authentication failed |
| 403 | Forbidden: This action cannot be performed |
| 404 | Not Found: The requested resource could not be found |
| 406 | Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
REQUEST
PATCH /v1/organizations/15/live/153
Content-Type: application/json
{
"description":"New Stream Description"
}
RESPONSE
200
{
success: true
}
| Param name | Description |
|---|---|
|
auth_token optional |
API token needed to authorize requests Validations:
|
|
name optional |
Stream name Validations:
|
|
description optional |
Stream description Validations:
|
|
dvr_enabled optional |
Whether the player controls are enabled for viewers Validations:
|
|
air_date optional |
The date/time the stream is set to air. Validations:
|
|
stream_tags optional |
Tags to describe video/stream Validations:
|