Update Static Encryption Key Status

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:

NameData TypeDescription
use_static_encryption_keyBooleanDetermines 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
}