Skip to content

Commit c8f5d07

Browse files
markdennis22claude
andcommitted
fix: Apply allOf pattern to v2.11 createConversation response
Missed in the initial update — v2.11 inherits AddConversationIdToUserMessageResponse from v2.2 and its example already includes conversation_id: '363'. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 31df6b7 commit c8f5d07

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

descriptions/2.11/api.intercom.io.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4474,7 +4474,10 @@ paths:
44744474
message_type: inapp
44754475
conversation_id: '363'
44764476
schema:
4477-
"$ref": "#/components/schemas/message"
4477+
allOf:
4478+
- "$ref": "#/components/schemas/message"
4479+
required:
4480+
- conversation_id
44784481
'404':
44794482
description: Contact Not Found
44804483
content:

0 commit comments

Comments
 (0)