Configure a property for a stream target

POST {{baseUrl}}/stream_targets/:stream_target_id/properties

This operation configures a property for a stream target. The properties available will depend on the provider you are using and are noted in the key descriptions below. For example, if you are using the provider Wowza CDN on Fastly, look for that in the descriptions.

For a comprehensive resource describing the use of advanced properties, see Set advanced properties with the Wowza Video REST API.

Request Body

{"property"=>{"key"=>"convertAMFData", "section"=>"playlist", "value"=>""}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"property":{"key":"convertAMFData","section":"playlist","value":""}}