---
title: "Update a SIPREC connector"
method: PUT
path: "/siprec_connectors/{connector_name}"
tags: ["SIPREC Connectors"]
---

# Update a SIPREC connector

`PUT /siprec_connectors/{connector_name}`

Updates a stored SIPREC connector configuration.

## Path parameters

- `connector_name` string, required

## Request body

- SiprecConnector
  - `host` string, required — Hostname/IPv4 address of the SIPREC SRS.
  - `port` integer, required — Port for the SIPREC SRS.
  - `name` string, required — Name for the SIPREC connector resource.
  - `app_subdomain` string — Subdomain to route the call when using Telnyx SRS (optional for non-Telnyx SRS).

## Response `200`

Return details of the SIPREC connector.

- SiprecConnectorResponse
  - `data` object, required
    - `record_type` string
    - `name` string — Name for the SIPREC connector resource.
    - `host` string — Hostname/IPv4 address of the SIPREC SRS.
    - `port` integer — Port for the SIPREC SRS.
    - `app_subdomain` string — Subdomain to route calls when using Telnyx SRS (optional).
    - `created_at` string — ISO 8601 formatted date/time of creation.
    - `updated_at` string — ISO 8601 formatted date/time of last update.

## Other responses

- `404` — The requested resource does not exist
- `422` — Unprocessable entity. The request was well-formed but contains semantic errors.
- `default` — Unexpected error.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
