---
title: "Update a Threat Profiles"
method: PATCH
path: "/threat_profiles/{profile_id}"
tags: ["Threat Profiles"]
---

# Update a Threat Profiles

`PATCH /threat_profiles/{profile_id}`

## Path parameters

- `profile_id` string, required

## Headers

- `x-apikey` string, required

## Request body

- object
  - `data` string, json, required — Threat Profile object

## Response `200`

200

- object
  - `data` object
    - `attributes` object
      - `name` string
      - `creation_date` integer
      - `last_modification_date` integer
      - `private` boolean
      - `enable_recommendations` boolean
      - `interests` object
        - `INTEREST_TYPE_TARGETED_INDUSTRY` string[]
        - `INTEREST_TYPE_TARGETED_REGION` string[]
        - `INTEREST_TYPE_SOURCE_REGION` string[]
        - `INTEREST_TYPE_MALWARE_ROLE` string[]
        - `INTEREST_TYPE_ACTOR_MOTIVATION` string[]
      - `recommendation_config` object
        - `max_recs_per_type` integer
        - `min_categories_matched` integer
        - `max_days_since_last_seen` integer
    - `context_attributes` object
      - `shared_with_me` boolean
      - `role` string
    - `id` string
    - `links` object
      - `self` string
    - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/versions/d61b85e6a6b3/schema)
