preference
Overview
Behavior with one-click consent
Editing preference component
Element
Description
Component options
PATCH https://api.didomi.io/widgets/layout-components/{layout_component_id}?organization_id=YOUR_ORG_ID&widget_id=YOUR_WIDGET_ID
{
"type": "footer",
"organization_id": "String",
"options": {
"title": {
"content": {
"en": "ADD_YOUR_PREFERENCE_TITLE",
"fr": "TITRE_DE_PREFERENCE"
}
},
"description": {
"content": {
"en": "ADD_YOUR_PREFERENCE_DESCRIPTION",
"fr": "DESC_PREFERENCE"
}
}
}
}Last updated