ConfigValue [VCon IG]
A ConfigValue has the name and value of a single configurational option configured in Vidicontrol Backend.
Properties
Property | Possible Values | Example | Description |
---|---|---|---|
key | string | MinimumRecordingLengthInSeconds | Name of the configuration |
value | string | 60 | Value of the configuration |
Example JSON Snippet
{
"key": "MaxSecondsForShortMeasureBookings",
"value": "30"
}