Update Web Input URL
PUT {{baseUrl}}/video/v1/web-inputs/:WEB_INPUT_ID/url
Changes the URL that a Web Input loads when it launches.
Note: This can only be called when the Web Input is idle.
Request Body
{"url"=>"https://example.com/hello-there.html"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"S3Jlx7KABs1EfhscCGEM02G5RYpgwb02nn","created_at":"1609868768","url":"https://example.com/hello-there.html","live_stream_id":"ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag","status":"idle","resolution":"1920x1080","timeout":3600}}