Skip to main content

UpdatePreferenceRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdatePreferenceRequestBody.json
categorystringrequired
channelstringrequired
optedInbooleanrequired
UpdatePreferenceRequestBody
{
"$schema": "https://example.com/schemas/UpdatePreferenceRequestBody.json",
"category": "string",
"channel": "string",
"optedIn": true
}