From 920051ddcb308265454a90d49b2035e3d4b6737e Mon Sep 17 00:00:00 2001 From: ellicenelson Date: Mon, 16 Mar 2026 14:31:04 +0000 Subject: [PATCH] docs: Fix data_connector schema fields to match API response Co-Authored-By: Claude Opus 4.6 (1M context) --- descriptions/0/api.intercom.io.yaml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index c921972..70ad10a 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -10208,7 +10208,9 @@ paths: description: Posts conversation updates to Slack channel state: live http_method: post - usage: workflow_and_inbox + direct_fin_usage: false + created_by_admin_id: '128' + updated_by_admin_id: '128' created_at: '2025-11-15T09:30:00Z' updated_at: '2026-01-20T14:22:15Z' execution_results_url: "/data_connectors/12345/execution_results" @@ -21688,14 +21690,18 @@ components: - delete - patch example: post - usage: + direct_fin_usage: + type: boolean + description: Whether this data connector is assigned to Fin for direct usage. + example: false + created_by_admin_id: type: string - description: Where this data connector can be used. - enum: - - workflow_and_inbox - - fin - - fin_voice - example: workflow_and_inbox + description: The ID of the admin who created this data connector. + example: '12345' + updated_by_admin_id: + type: string + description: The ID of the admin who last updated this data connector. + example: '12345' created_at: type: string format: date-time