Skip to content

Commit 8273057

Browse files
markdennis22claude
andcommitted
fix: Mark conversation_id as required in message schema
The conversation_id field was missing from the required array in the message schema, making it appear optional in rendered API docs. This confused customers into thinking the Create Conversation endpoint might not always return a conversation ID. Added conversation_id to the required array across all versions (2.11 already had it). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0bb613c commit 8273057

9 files changed

Lines changed: 9 additions & 0 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24664,6 +24664,7 @@ components:
2466424664
- created_at
2466524665
- body
2466624666
- message_type
24667+
- conversation_id
2466724668
whatsapp_message_status_list:
2466824669
type: object
2466924670
required:

descriptions/2.10/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15190,6 +15190,7 @@ components:
1519015190
- created_at
1519115191
- body
1519215192
- message_type
15193+
- conversation_id
1519315194
multiple_or_single_filter_search_request:
1519415195
title: Multiple or Single Filter Search Request
1519515196
oneOf:

descriptions/2.12/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16487,6 +16487,7 @@ components:
1648716487
- created_at
1648816488
- body
1648916489
- message_type
16490+
- conversation_id
1649016491
multiple_or_single_filter_search_request:
1649116492
title: Multiple or Single Filter Search Request
1649216493
oneOf:

descriptions/2.13/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18190,6 +18190,7 @@ components:
1819018190
- created_at
1819118191
- body
1819218192
- message_type
18193+
- conversation_id
1819318194
multiple_filter_search_request:
1819418195
title: Multiple Filter Search Request
1819518196
description: Search using Intercoms Search APIs with more than one filter.

descriptions/2.14/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20019,6 +20019,7 @@ components:
2001920019
- created_at
2002020020
- body
2002120021
- message_type
20022+
- conversation_id
2002220023
whatsapp_message_status_list:
2002320024
type: object
2002420025
required:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20847,6 +20847,7 @@ components:
2084720847
- created_at
2084820848
- body
2084920849
- message_type
20850+
- conversation_id
2085020851
whatsapp_message_status_list:
2085120852
type: object
2085220853
required:

descriptions/2.7/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13106,6 +13106,7 @@ components:
1310613106
- created_at
1310713107
- body
1310813108
- message_type
13109+
- conversation_id
1310913110
multiple_or_single_filter_search_request:
1311013111
title: Multiple or Single Filter Search Request
1311113112
oneOf:

descriptions/2.8/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13131,6 +13131,7 @@ components:
1313113131
- created_at
1313213132
- body
1313313133
- message_type
13134+
- conversation_id
1313413135
multiple_or_single_filter_search_request:
1313513136
title: Multiple or Single Filter Search Request
1313613137
oneOf:

descriptions/2.9/api.intercom.io.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14483,6 +14483,7 @@ components:
1448314483
- created_at
1448414484
- body
1448514485
- message_type
14486+
- conversation_id
1448614487
multiple_or_single_filter_search_request:
1448714488
title: Multiple or Single Filter Search Request
1448814489
oneOf:

0 commit comments

Comments
 (0)