Overlays
Change overlays
Updates settings for set of overlays
patch/streaming/streams/{stream_id}/overlays
Path parameters
stream_idinteger required
Stream ID
Request body
Example request
[
{
"id": 1,
"url": "http://domain.com/myoverlay_new_3.html",
"width": null,
"height": null,
"x": null,
"y": null,
"stretch": true
}
]Response
Successful
Example response
[
{
"id": 1,
"stream_id": 12345,
"url": "http://domain.com/myoverlay1.html",
"width": 120,
"height": 40,
"x": 30,
"y": 30,
"stretch": false,
"created_at": "2023-09-20T00:01:01.000Z",
"updated_at": "2023-10-01T12:01:01.000Z"
}
]