v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBSuperSearchEnrichment
Update enrichment settings for resource
Update auto-update and skip settings for a SuperSearch enrichment tied to a specific resource
Requires one of the following scopes: supersearch_enrichments:create, supersearch_enrichments:all, all:create, all:all
patch/api/v2/supersearch-enrichment/{resource_id}/settings
Path parameters
resource_idstring uuid required
Example:01234567-89ab-cdef-0123-456789abcdef
Unique identifier for the resource (list or campaign)
Request body
Example request
{
"auto_update": true,
"skip_rows_without_email": true,
"is_evergreen": true
}Response
The requested SuperSearch Enrichment
Example response
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"limit": 100,
"organization_id": "01234567-89ab-cdef-0123-456789abcdef",
"auto_update": true,
"skip_rows_without_email": true,
"in_progress": true,
"type": "email_verification",
"resource_id": "01234567-89ab-cdef-0123-456789abcdef",
"resource_type": 1
}