---
title: "Update enrichment settings for resource"
method: PATCH
path: "/api/v2/supersearch-enrichment/{resource_id}/settings"
tags: ["SuperSearchEnrichment"]
---

# Update enrichment settings for resource

`PATCH /api/v2/supersearch-enrichment/{resource_id}/settings`

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`

## Path parameters

- `resource_id` string, uuid, required

## Request body

- object
  - `auto_update` boolean — Whether new leads added to the resource will be automatically enriched
  - `skip_rows_without_email` boolean — Whether the fully enriched profile enrichment will run even if we don't find an email
  - `is_evergreen` boolean — Whether the enrichment is evergreen

## Response `200`

The requested SuperSearch Enrichment

- SuperSearchEnrichment — An enrichment can take different forms, such as email enrichment or LinkedIn enrichment. Leads may be imported from SuperSearch using the dedicated endpoint, or enriched directly within a list or campaign by attaching an enrichment to it.
  - `id` string, required — Unique identifier for the enrichment
  - `limit` number, nullable — The maximum number of leads to enrich
  - `organization_id` string, uuid, required — Organization ID that created this enrichment
  - `enrichment_payload` object — Enrichment payload
  - `auto_update` boolean, nullable — Whether new leads added to the resource will be automatically enriched using these same settings
  - `skip_rows_without_email` boolean, nullable — Whether the fully enriched profile enrichment will run even if we don't find an email
  - `in_progress` boolean, nullable — Whether the enrichment is in progress
  - `type` 'work_email_enrichment' | 'fully_enriched_profile' | 'email_verification' | 'joblisting' | 'technologies' | 'news' | 'funding' | 'engagement_score' | 'ai_enrichment' | 'custom_flow' — Enrichment type to add to the resource
  - `resource_id` string, uuid, required — Unique identifier for the entity to enrich leads into
  - `resource_type` 1 | 2, required — Type of the entity to enrich leads into

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/versions/378d1e253fe7/schema)
