Distributions

Update a distribution by ID

patch/distributions/{id}

Path parameters

idstring required

Distribution ID

Distribution ID

Request body

namestring

Name of the distribution

externalIdstring nullable

External identifier for the distribution. Set to null to clear.

enabledboolean

Whether the distribution is enabled

targetLatencynumber

Deprecated: use latencies.hesp instead.

maxBitratenumber nullable

Maximum bitrate limit in bps

Response

Updated distribution

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