Skip to content

Commit cafc0df

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent af84a35 commit cafc0df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core-api/core-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@
21812181
"properties": {
21822182
"thread_ref": {
21832183
"type": "string",
2184-
"description": "Reference which will be used to thread messages. If omitted, Front threads by sender instead"
2184+
"description": "Reference which will be used to thread messages. If omitted, Front threads by sender instead. This reference is unique to custom channels. If you supply a reference generated by another endpoint, the message will not thread into the same conversation."
21852185
},
21862186
"headers": {
21872187
"type": "object",
@@ -2542,7 +2542,7 @@
25422542
"properties": {
25432543
"thread_ref": {
25442544
"type": "string",
2545-
"description": "Reference which will be used to thread messages. If omitted, Front threads by sender instead"
2545+
"description": "Reference which will be used to thread messages. If omitted, Front threads by sender instead. This reference is unique to importing historical messages. If you supply a reference generated by another endpoint, the message will not thread into the same conversation."
25462546
},
25472547
"is_inbound": {
25482548
"type": "boolean",
@@ -9180,7 +9180,7 @@
91809180
"post": {
91819181
"summary": "Import message",
91829182
"operationId": "import-inbox-message",
9183-
"description": "Import a new message in an inbox.",
9183+
"description": "Import a new message in an inbox. **Only use this endpoint to import historical, non-active conversations**. Do not use it to create messages for new conversations.",
91849184
"tags": [
91859185
"Messages"
91869186
],

0 commit comments

Comments
 (0)