Update an existing connector’s label, description, share_with_org setting, and/or type-specific configuration (e.g. allowed_emails for email). As a PUT request, all fields are required. Leaving out a field in the request can cause that field to be removed or updated to the default value. The connector type cannot be changed.
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
UUID of the connector to update.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
Payload for updating a connector.
New display name for the connector. Required.
"Broker Research - Daily Reports"
New optional description.
"Collects daily reports from the broker's research team"
If true, all members of your organization can access the processed content. If false, only you can access the processed content.
true
Connector-specific configuration. The structure depends on the connector type.
The updated connector. Subsequent ingestion uses the new configuration.
An ingestion source (e.g. email inbox). Returned by Create/Get/Update connector and List connectors.
Unique identifier for the connector. Use when updating, deleting, or filtering documents by connector.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
ID of the user who owns the connector.
"user_id_001"
ID of the organization the connector belongs to.
"org_id_001"
If true, all members of your organization can access the processed content. If false, only you can access the processed content.
true
Display name for the connector (e.g. for UI or admin lists).
"Broker Research - Daily Reports"
Connector type (e.g. email). Determines the configuration and how content is ingested.
email Timestamp when the connector was created.
"2026-02-11T11:01:09.574095Z"
Timestamp when the connector was last updated.
"2026-02-11T11:01:09.574102Z"
Whether the connector is archived.
false
Optional human-readable description of what the connector is used for.
"Collects daily reports from the broker's research team"
Type-specific settings (e.g. in the case of email type,allowed_emails is mandatory)