Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ paths:
type: array
items:
type: string
example: [conversation.id, conversation.first_user_conversation_part_created_at]
example: [conversation_id, conversation_started_at]
start_time:
type: integer
format: int64
Expand Down Expand Up @@ -1726,15 +1726,15 @@ paths:
example: "Conversation-level details: status, channel, assignee."
default_time_attribute_id:
type: string
example: conversation.first_user_conversation_part_created_at
example: conversation_started_at
attributes:
type: array
items:
type: object
properties:
id:
type: string
example: conversation.id
example: conversation_id
name:
type: string
example: Conversation ID
Expand Down
6 changes: 3 additions & 3 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ paths:
type: array
items:
type: string
example: [conversation.id, conversation.first_user_conversation_part_created_at]
example: [conversation_id, conversation_started_at]
start_time:
type: integer
format: int64
Expand Down Expand Up @@ -1726,15 +1726,15 @@ paths:
example: "Conversation-level details: status, channel, assignee."
default_time_attribute_id:
type: string
example: conversation.first_user_conversation_part_created_at
example: conversation_started_at
attributes:
type: array
items:
type: object
properties:
id:
type: string
example: conversation.id
example: conversation_id
name:
type: string
example: Conversation ID
Expand Down
2 changes: 1 addition & 1 deletion postman/Unstable/intercom-api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -9226,7 +9226,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"dataset_id\": \"conversation\",\n \"attribute_ids\": [\n \"conversation.id\",\n \"conversation.first_user_conversation_part_created_at\"\n ],\n \"start_time\": 1717490000,\n \"end_time\": 1717510000\n}",
"raw": "{\n \"dataset_id\": \"conversation\",\n \"attribute_ids\": [\n \"conversation_id\",\n \"conversation_started_at\"\n ],\n \"start_time\": 1717490000,\n \"end_time\": 1717510000\n}",
"urlencoded": [],
"formdata": []
}
Expand Down