UpdatePreferenceRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/UpdatePreferenceRequestBody.jsoncategorystringrequired
channelstringrequired
optedInbooleanrequired
UpdatePreferenceRequestBody
{
"$schema": "https://example.com/schemas/UpdatePreferenceRequestBody.json",
"category": "string",
"channel": "string",
"optedIn": true
}