---
title: "Update an Enrichment"
method: PATCH
path: "/v0/websets/{webset}/enrichments/{id}"
tags: ["Enrichments"]
---

# Update an Enrichment

`PATCH /v0/websets/{webset}/enrichments/{id}`

Update an Enrichment configuration for a Webset.

## Path parameters

- `webset` string, required
- `id` string, required

## Request body

- UpdateEnrichmentParameters
  - `description` string — Provide a description of the enrichment task you want to perform to each Webset Item.
  - `format` 'text' | 'date' | 'number' | 'options' | 'email' | 'phone' | 'url' — Format of the enrichment response. We automatically select the best format based on the description. If you want to explicitly specify the format, you can do so here.
  - `options` object[] — When the format is options, the different options for the enrichment agent to choose from.
    - `label` string, required — The label of the option
  - `metadata` object, nullable — Set of key-value pairs you want to associate with this object.

## Response `200`

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/revisions/5c7114e0ef43/schema)
