---
title: "PUT /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
method: PUT
path: "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
---

# PUT /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy

`PUT /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy`

Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.

## Path parameters

- `voiceConnectorId` string, required

## Request body

- object
  - `DefaultSessionExpiryMinutes` integer, required — The default number of minutes allowed for proxy session.
  - `PhoneNumberPoolCountries` Country[], required — The countries for proxy phone numbers to be selected from.
  - `FallBackPhoneNumber` string, password — The phone number to route calls to after a proxy session expires.
  - `Disabled` boolean — When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.

## Response `200`

Success

- PutVoiceConnectorProxyResponse
  - `Proxy` object — The proxy configuration details.
    - `DefaultSessionExpiryMinutes` integer — The default number of minutes allowed for proxy sessions.
    - `Disabled` boolean — When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.
    - `FallBackPhoneNumber` string, password — The phone number to route calls to after a proxy session expires.
    - `PhoneNumberCountries` String[] — The countries for proxy phone numbers to be selected from.

## Other responses

- `480` — UnauthorizedClientException
- `481` — AccessDeniedException
- `482` — NotFoundException
- `483` — ForbiddenException
- `484` — BadRequestException
- `485` — ThrottledClientException
- `486` — ServiceUnavailableException
- `487` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime-sdk-voice.md) · [All operations](https://skmtc.net/aws/apis/chime-sdk-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime-sdk-voice/versions/89ce97d6fad9/schema)
