---
title: "PATCH /access-sources/{accessSourceId}"
method: PATCH
path: "/access-sources/{accessSourceId}"
---

# PATCH /access-sources/{accessSourceId}

`PATCH /access-sources/{accessSourceId}`

Updates the configuration of an access source.

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

- `accessSourceId` string, required

## Request body

- object
  - `cidr` string — The CIDR block for the access source.
  - `ipAddressType` 'IPV4' | 'IPV6' — The IP address type for the access source.
  - `name` string — The name of the access source.
  - `protocol` 'DO53' | 'DOH' | 'DOT' — The protocol for the access source.

## Response `200`

Success

- UpdateAccessSourceOutput
  - `arn` string, required — The Amazon Resource Name (ARN) of the updated access source.
  - `cidr` string, required — The CIDR block of the updated access source.
  - `createdAt` string, date-time, required — The date and time when the access source was originally created.
  - `id` string, required — The unique identifier of the updated access source.
  - `ipAddressType` 'IPV4' | 'IPV6', required — The IP address type of the updated access source.
  - `name` string — The name of the updated access source.
  - `dnsViewId` string, required — The ID of the DNS view associated with the updated access source.
  - `protocol` 'DO53' | 'DOH' | 'DOT', required — The protocol of the updated access source.
  - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — The current status of the updated access source.
  - `updatedAt` string, date-time, required — The date and time when the access source was last updated.

## 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)
