Project Settings
Update Project Settings
Updates project settings (e.g. enabling/disabling Unified Contact ID). For existing projects, you must resolve all identity conflicts before enabling Unified Contact ID.
patch/v1/projects/{project_id}/settings
Request body
Example request
{
"contact_settings": {
"unified_contact_id_enabled": true
}
}Response
A successful response.
Example response
{
"project_id": "56bbb185-c7ea-48fb-ad97-638a0dc5eed7",
"settings": {
"contact_settings": {
"unified_contact_id_enabled": true
}
}
}