Update Static Encryption Key Live Slicers

Specifies which Live Slicers will use a static encryption key.

Request

Request Syntax:

POST /drm/static-key-slicer-ids/update

Request Body Parameters:

NameData TypeDescription
static_key_slicer_idsList of StringsList of Live Slicer IDs that should use a static encryption key.

Sample Response:

{
    "static_key_slicer_ids": ["liveslicer1", "liveslicer2"],
    "owner": "111222333444555666",
    "error": 0
}