Skip to content

Commit 119488b

Browse files
authored
Update API documentation to reflect changes in conversation attributes (#296)
Modified examples in the API specification to use updated attribute names: - Changed `conversation.id` to `conversation_id` - Changed `conversation.first_user_conversation_part_created_at` to `conversation_started_at`
1 parent 3d3bf14 commit 119488b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ paths:
15161516
type: array
15171517
items:
15181518
type: string
1519-
example: [conversation.id, conversation.first_user_conversation_part_created_at]
1519+
example: [conversation_id, conversation_started_at]
15201520
start_time:
15211521
type: integer
15221522
format: int64
@@ -1726,15 +1726,15 @@ paths:
17261726
example: "Conversation-level details: status, channel, assignee."
17271727
default_time_attribute_id:
17281728
type: string
1729-
example: conversation.first_user_conversation_part_created_at
1729+
example: conversation_started_at
17301730
attributes:
17311731
type: array
17321732
items:
17331733
type: object
17341734
properties:
17351735
id:
17361736
type: string
1737-
example: conversation.id
1737+
example: conversation_id
17381738
name:
17391739
type: string
17401740
example: Conversation ID

descriptions/2.14/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ paths:
15161516
type: array
15171517
items:
15181518
type: string
1519-
example: [conversation.id, conversation.first_user_conversation_part_created_at]
1519+
example: [conversation_id, conversation_started_at]
15201520
start_time:
15211521
type: integer
15221522
format: int64
@@ -1726,15 +1726,15 @@ paths:
17261726
example: "Conversation-level details: status, channel, assignee."
17271727
default_time_attribute_id:
17281728
type: string
1729-
example: conversation.first_user_conversation_part_created_at
1729+
example: conversation_started_at
17301730
attributes:
17311731
type: array
17321732
items:
17331733
type: object
17341734
properties:
17351735
id:
17361736
type: string
1737-
example: conversation.id
1737+
example: conversation_id
17381738
name:
17391739
type: string
17401740
example: Conversation ID

postman/Unstable/intercom-api.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9226,7 +9226,7 @@
92269226
],
92279227
"body": {
92289228
"mode": "raw",
9229-
"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}",
9229+
"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}",
92309230
"urlencoded": [],
92319231
"formdata": []
92329232
}

0 commit comments

Comments
 (0)