PATCH
/
v1
/
asset
/
enumerate
/
group
/
{group_id}
Update an asset group
curl --request PATCH \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/group/{group_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "filters": {
    "is_tech": true,
    "is_favicon": true,
    "is_new": true,
    "labels": "<string>",
    "host": "<string>",
    "port": "<string>",
    "status_code": "<string>",
    "content_length": "<string>",
    "title": "<string>",
    "domain": [
      "<string>"
    ],
    "cname": "<string>",
    "technologies": "<string>",
    "ip": "<string>",
    "is_screenshot": true,
    "time": "last_day",
    "start_date": "2023-12-25",
    "end_date": "2023-12-25",
    "custom_filter": "<string>",
    "search": "<string>",
    "enumeration_id": "<string>",
    "only_dns": true,
    "only_ip": true
  },
  "name": "<string>"
}'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

group_id
string
required

Query Parameters

update_type
enum<string>
default:append

Append vs Replace update_type. Default is append

Available options:
append,
replace

Body

application/json

Response

200
application/json

Example response

The response is of type object.