Skip to content

Commit b633b2a

Browse files
marcmlcclaude
andauthored
Add include_translations parameter to GET conversation endpoint (#290)
Added optional query parameter to retrieve conversation endpoint in unstable API version to enable translation of conversation parts to the detected conversation language. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent a688e52 commit b633b2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5655,6 +5655,13 @@ paths:
56555655
example: plaintext
56565656
schema:
56575657
type: string
5658+
- name: include_translations
5659+
in: query
5660+
required: false
5661+
description: If set to true, conversation parts will be translated to the detected language of the conversation.
5662+
example: true
5663+
schema:
5664+
type: boolean
56585665
tags:
56595666
- Conversations
56605667
operationId: retrieveConversation

0 commit comments

Comments
 (0)