Update a custom stream target
PATCH {{baseUrl}}/stream_targets/custom/:id
This operation updates a custom stream target.
Request Body
{"stream_target_custom"=>{"name"=>"My Updated Custom Stream Target"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"stream_target_custom":{"created_at":"2020-01-28T17:16:22.011Z","delivery_protocols":["rtmp"],"name":"My Updated Custom Stream Target","playback_urls":{"rtmp":[{"name":"default","url":"rtmp://cp123456.live.edgefcs.net/live/[EVENT]@654321"}]},"primary_url":"rtmp://p.ep123456.i.akamaientrypoint.net/EntryPoint","provider":"rtmp","stream_name":"c8467d50@123456","updated_at":"2020-01-30T19:46:22.012Z"}}