v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
stream_targets

Configure a property for a stream target

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.

post/stream_targets/{stream_target_id}/properties

Path parameters

stream_target_idstring required

The unique alphanumeric string that identifies the stream target.

Request body

OR

Example request

{
  "property": {
    "key": "chunkSize",
    "section": "hls",
    "value": 6
  }
}

Response

Success

OR

Example response

{
  "property": {
    "key": "chunkSize",
    "section": "hls",
    "value": 6
  }
}