Skip to content

Commit b362b9b

Browse files
Revert attribute_ids example to use simple format
Keep the description explaining qualified_id format, but revert the example back to plain attribute IDs since the endpoint accepts both formats. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e27fc81 commit b362b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ paths:
15171517
description: List of attribute identifiers to include in the export. Requires qualified_id format (e.g., "people.Brand", "standard.conversation_id"). Use the qualified_id returned from the get_datasets response.
15181518
items:
15191519
type: string
1520-
example: [standard.conversation_id, timestamp.conversation_started_at]
1520+
example: [conversation_id, conversation_started_at]
15211521
start_time:
15221522
type: integer
15231523
format: int64

0 commit comments

Comments
 (0)