Enables or disables the use of a static encryption key for all Live Slicers.
Request
Request Syntax:
POST /drm/use-static-encryption-key/update
Request Body Parameters:
Name | Data Type | Description |
---|---|---|
use_static_encryption_key | Boolean | Determines whether content will be encrypted with a static key. |
Response
A successful response returns the updated status of the static encryption key setting.
Sample Response:
{
"use_static_encryption_key": true,
"owner": "111222333444555666",
"error": 0
}