Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ paths:
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.
items:
type: string
example: [conversation_id, conversation_started_at]
example: [standard.conversation_id, timestamp.conversation_started_at]
start_time:
type: integer
format: int64
Expand Down Expand Up @@ -1866,7 +1866,7 @@ paths:
qualified_id:
type: string
description: A namespaced identifier that uniquely identifies the attribute across all types. Format is "prefix.name" (e.g., "people.Brand", "conversation.Brand"). Required when calling the enqueue endpoint.
example: conversation.conversation_id
example: standard.conversation_id
name:
type: string
example: Conversation ID
Expand Down
Loading