Custom Endpoints

Update a custom endpoint

patch/custom-endpoints/{id}

Path parameters

idstring required

Custom Endpoint ID

Custom Endpoint ID

Request body

namestring

Name of the custom endpoint

srcstring

Source URL

srcType'hesp' | 'hls' | 'dash'

Source type (hesp, hls or dash)

providerstring

Provider name (must be configured for the organization)

adSystemstring nullable

Ad system name (must be configured for the organization). 'sgai' is always allowed. Set to null to reset to default ('sgai')

cdnstring

CDN identifier

priorityinteger

Priority (lower is higher priority)

Response

Updated custom endpoint

Changes

Changed in 1 of the 9 revisions of this API.13

  • 6d732ea309d113See the full diff
    • added the new drmtoday enum value to the data/drmConfig/integration response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property drmConfig/merchant

      new-optional-request-property

    • added the new drmtoday enum value to the request property drmConfig/integration

      request-property-enum-value-added

    • added the optional property data/drmConfig/merchant to the response with the 200 status

      response-optional-property-added