POST api/WidevineProtectionInfoConfiguration

Creates a new or updates the existing WidevineProtectionInfoConfiguration.

Request Information

URI Parameters

None.

Body Parameters

The new WidevineProtectionInfoConfiguration.

NewWidevineProtectionInfoConfiguration
NameDescriptionTypeAdditional information
PlayReadyLaUrl

The PlayReady LA URL.

string

Max length: 256

Min length: 0

Request Formats

application/json, text/json

Sample:
{
  "PlayReadyLaUrl": "sample string 1"
}

Response Information

Resource Description

WidevineProtectionInfoConfiguration
NameDescriptionTypeAdditional information
PlayReadyLaUrl

The PlayReady LA URL.

string

Max length: 256

Min length: 0

Created

The date-time (in the ISO 8601 format) when the WidevineProtectionInfoConfiguration was first created.

date

None.

Updated

The date-time (in the ISO 8601 format) when the WidevineProtectionInfoConfiguration was last updated.

date

None.

Status Codes

All HTTP status codes must be expected, but the following status codes are the most probable:

  • OK (200) - The new WidevineProtectionInfoConfiguration is successfully set.
  • BadRequest (400) - The new WidevineProtectionInfoConfiguration is invalid.

Response Formats

application/json, text/json

Sample:
{
  "PlayReadyLaUrl": "sample string 1",
  "Created": "2024-09-24T02:26:01.0437861+00:00",
  "Updated": "2024-09-24T02:26:01.0437861+00:00"
}