---
title: "Update enumeration config"
method: PATCH
path: "/v1/asset/enumerate/{enumerate_id}/config"
---

# Update enumeration config

`PATCH /v1/asset/enumerate/{enumerate_id}/config`

## Query parameters

- `update_type` 'append' | 'replace'

## Headers

- `X-Team-Id` string

## Request body

- EnumerationConfig
  - `name` string
  - `root_domains` string[]
  - `enrichment_inputs` string[]
  - `steps` string[]
  - `enum_ports` string
  - `enumeration_config` EnumerationLaunchConfig
    - `follow-redirect` boolean
    - `ports` string
  - `alerting_config_ids` string[]
  - `subfinder_config_ids` string[]
  - `exclusions` string[] — Combined inclusion (prefixed with +) and exclusion patterns for discovery scope
  - `automatic_vuln_scans` boolean

## Response `200`

Example response

- object
  - `message` string, required

## Other responses

- `400` — Example response
- `401` — Example response
- `500` — Example response
- `default` — Example response

---

[API](https://skmtc.net/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.net/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/versions/220f0adf9efd/schema)
