---
title: "Update ExclusionList by ID"
method: PUT
path: "/v3/security/exclusionLists/{uniqueId}"
tags: ["Exclusion List"]
---

# Update ExclusionList by ID

`PUT /v3/security/exclusionLists/{uniqueId}`

Allows the updating of an existing ExclusionList

## Path parameters

- `uniqueId` '1' | '2' | '3', required — param ID of the ExclusionList that needs to be updated

## Query parameters

- `fields` string[]
- `createActivityLog` string

## Request body

- ExclusionList
  - `id` integer
  - `owner` string
  - `ownerId` integer
  - `name` string
  - `description` string
  - `fixedValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `variableValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `active` boolean
  - `managed` boolean

## Response `200`

The updated ExclusionList

- ExclusionList
  - `id` integer
  - `owner` string
  - `ownerId` integer
  - `name` string
  - `description` string
  - `fixedValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `variableValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `active` boolean
  - `managed` boolean

---

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