POST api/WidevineProtectionInfoConfiguration
Creates a new or updates the existing WidevineProtectionInfoConfiguration.
Request Information
URI Parameters
None.
Body Parameters
The new WidevineProtectionInfoConfiguration.
NewWidevineProtectionInfoConfiguration| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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": "2025-10-21T13:14:04.8620826+00:00",
"Updated": "2025-10-21T13:14:04.8620826+00:00"
}