---
title: "PATCH /connectors/{connector_id}"
method: PATCH
path: "/connectors/{connector_id}"
tags: ["connectors"]
---

# PATCH /connectors/{connector_id}

`PATCH /connectors/{connector_id}`

## Path parameters

- `connector_id` string, uuid, required

## Request body

- UpdateConnectorRequest
  - `description` string, nullable
  - `known_connector_type` string, nullable
  - `name` string, nullable
  - `refresh_script` string, nullable
  - `usage_snippet_override` string, nullable

## Response `200`

Connector updated successfully

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized
- `404` — Connector not found

## Changes

- **2026-01-14** `aa5d4f7da7b2` — 1 warning, 1 info
  - removed the request property `connector_catalouge_id`
  - added the new optional request property `known_connector_type`
- **2026-01-14** `484a22f29d45` — 1 breaking, 1 warning
  - added the new required request property `connector_catalouge_id`
  - removed the request property `known_connector_type`

[Change history](https://skmtc.dev/structifyai/apis/structify/changes/connectors/:connector_id/patch.md)

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
