Skip to content

Commit 6f0a378

Browse files
ellicenelsonclaude
andauthored
docs: Fix data_connector schema fields to match API response (#408)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5df1b9b commit 6f0a378

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10208,7 +10208,9 @@ paths:
1020810208
description: Posts conversation updates to Slack channel
1020910209
state: live
1021010210
http_method: post
10211-
usage: workflow_and_inbox
10211+
direct_fin_usage: false
10212+
created_by_admin_id: '128'
10213+
updated_by_admin_id: '128'
1021210214
created_at: '2025-11-15T09:30:00Z'
1021310215
updated_at: '2026-01-20T14:22:15Z'
1021410216
execution_results_url: "/data_connectors/12345/execution_results"
@@ -21688,14 +21690,18 @@ components:
2168821690
- delete
2168921691
- patch
2169021692
example: post
21691-
usage:
21693+
direct_fin_usage:
21694+
type: boolean
21695+
description: Whether this data connector is assigned to Fin for direct usage.
21696+
example: false
21697+
created_by_admin_id:
2169221698
type: string
21693-
description: Where this data connector can be used.
21694-
enum:
21695-
- workflow_and_inbox
21696-
- fin
21697-
- fin_voice
21698-
example: workflow_and_inbox
21699+
description: The ID of the admin who created this data connector.
21700+
example: '12345'
21701+
updated_by_admin_id:
21702+
type: string
21703+
description: The ID of the admin who last updated this data connector.
21704+
example: '12345'
2169921705
created_at:
2170021706
type: string
2170121707
format: date-time

0 commit comments

Comments
 (0)