Skip to content

Commit 072e265

Browse files
authored
add title param in update conversation endpoint spec (#215)
1 parent ffc9fef commit 072e265

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ node_modules/
1111
compiled/
1212

1313
.DS_Store
14+
15+
# Rubymine
16+
.idea

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5682,6 +5682,7 @@ paths:
56825682
summary: conversation found
56835683
value:
56845684
read: true
5685+
title: new conversation title
56855686
custom_attributes:
56865687
issue_type: Billing
56875688
priority: High
@@ -5696,6 +5697,7 @@ paths:
56965697
summary: Not found
56975698
value:
56985699
read: true
5700+
title: new conversation title
56995701
custom_attributes:
57005702
issue_type: Billing
57015703
priority: High
@@ -19265,6 +19267,10 @@ components:
1926519267
type: boolean
1926619268
description: Mark a conversation as read within Intercom.
1926719269
example: true
19270+
title:
19271+
type: string
19272+
description: The title given to the conversation
19273+
example: Conversation Title
1926819274
custom_attributes:
1926919275
"$ref": "#/components/schemas/custom_attributes"
1927019276
update_data_attribute_request:

0 commit comments

Comments
 (0)