---
title: "Patch Connector"
method: PATCH
path: "/api/v1/connector/{connector_id}"
tags: ["Connector"]
---

# Patch Connector

`PATCH /api/v1/connector/{connector_id}`

Partially update a connector.

## Path parameters

- `connector_id` string, required — The Connector's ID or UID.

## Request body

- ConnectorPatch
  - `allowedEventTypes` string[], nullable
  - `description` string
  - `featureFlags` string[], nullable
  - `instructions` string
  - `kind` 'Custom' | 'AgenticCommerceProtocol' | 'CloseCRM' | 'CustomerIO' | 'Discord' | 'Hubspot' | 'Inngest' | 'Loops' | 'Otel' | 'Resend' | 'Salesforce' | 'Segment' | 'Sendgrid' | 'Slack' | 'Teams' | 'TriggerDev' | 'Windmill' | 'Zapier'
  - `logo` string, uri, nullable
  - `name` string
  - `transformation` string

## Response `200`

- ConnectorOut
  - `allowedEventTypes` string[], nullable
  - `createdAt` string, date-time, required
  - `description` string, required
  - `featureFlags` string[], nullable
  - `id` string, required — The Connector's ID.
  - `instructions` string, required
  - `kind` 'Custom' | 'AgenticCommerceProtocol' | 'CloseCRM' | 'CustomerIO' | 'Discord' | 'Hubspot' | 'Inngest' | 'Loops' | 'Otel' | 'Resend' | 'Salesforce' | 'Segment' | 'Sendgrid' | 'Slack' | 'Teams' | 'TriggerDev' | 'Windmill' | 'Zapier', required
  - `logo` string, uri, nullable
  - `name` string, required
  - `orgId` string, required — The Environment's ID.
  - `productType` 'Dispatch' | 'Stream', required
  - `transformation` string, required
  - `transformationUpdatedAt` string, date-time, required
  - `uid` string, nullable — The Connector's UID.
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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