Specifies which Live Slicers will use a static encryption key.
Request
Request Syntax:
POST /drm/static-key-slicer-ids/updateRequest Body Parameters:
| Name | Data Type | Description |
|---|---|---|
| static_key_slicer_ids | List of Strings | List of Live Slicer IDs that should use a static encryption key. |
Sample Response:
{
"static_key_slicer_ids": ["liveslicer1", "liveslicer2"],
"owner": "111222333444555666",
"error": 0
}