---
title: "PATCH /firewall-domain-lists/{firewallDomainListId}/domains"
method: PATCH
path: "/firewall-domain-lists/{firewallDomainListId}/domains"
---

# PATCH /firewall-domain-lists/{firewallDomainListId}/domains

`PATCH /firewall-domain-lists/{firewallDomainListId}/domains`

Updates a DNS Firewall domain list from an array of specified domains.

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify `--region us-east-2` on Amazon Web Services CLI commands.

## Path parameters

- `firewallDomainListId` string, required

## Request body

- object
  - `domains` Domain[], required — A list of the domains. You can add up to 1000 domains per request.
  - `operation` string, required — The operation for updating the domain list. The allowed values are ADD, REMOVE, and REPLACE.

## Response `200`

Success

- UpdateFirewallDomainsOutput
  - `id` string, required — The ID of the DNS Firewall domain list.
  - `name` string, required — The name of the domain list.
  - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — The operational status of the domain list.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ConflictException
- `483` — ServiceQuotaExceededException
- `484` — AccessDeniedException
- `485` — ThrottlingException
- `486` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/route53globalresolver.md) · [All operations](https://skmtc.net/aws/apis/route53globalresolver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53globalresolver/versions/5ebf158d0c4b/schema)
