Channels
Distributions

Create a distribution for a channel

post/channels/{id}/distributions

Path parameters

idstring required

Channel ID

Channel ID

Request body

namestring required

Name of the distribution

externalIdstring

External identifier for the distribution

enabledboolean

Whether the distribution is enabled

targetLatencynumber

Deprecated: use latencies.hesp instead. If set, will be applied as latencies.hesp.

maxBitratenumber nullable

Maximum bitrate limit in bps

Response

Distribution created

Changes

Changed in 3 of the 9 revisions of this API.215

  • 3dc30dd2362413See the full diff
    • the data/allOf[Distribution]/latencies/hls response property's min was decreased from 8.00 to 6.00 for the response status 200

      response-property-min-decreased

    • added the new optional request property playerSettings

      new-optional-request-property

    • the latencies/hls request property's min was decreased from 8.00 to 6.00

      request-property-min-decreased

    • added the optional property data/allOf[Distribution]/playerSettings to the response with the 200 status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property ads

      new-optional-request-property

    • added the optional property data/allOf[Distribution]/ads to the response with the 200 status

      response-optional-property-added

  • 7bfe58df4d9811See the full diff
    • removed the required property data/allOf[Distribution]/isDefault from the response with the 200 status

      response-required-property-removed

    • removed the request property isDefault

      request-property-removed