Skip to content

Commit 6817701

Browse files
marcmlcclaude
andcommitted
Document display_as parameter behavior for subject field
Updated Unstable API documentation to reflect that the display_as query parameter affects both body and subject fields in conversation responses. When set to plaintext, the subject field now returns plain text instead of HTML. Related to intercom/intercom#438674 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent bba8463 commit 6817701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6196,7 +6196,7 @@ paths:
61966196
- name: display_as
61976197
in: query
61986198
required: false
6199-
description: Set to plaintext to retrieve conversation messages in plain text.
6199+
description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields.
62006200
example: plaintext
62016201
schema:
62026202
type: string
@@ -6450,7 +6450,7 @@ paths:
64506450
- name: display_as
64516451
in: query
64526452
required: false
6453-
description: Set to plaintext to retrieve conversation messages in plain text.
6453+
description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields.
64546454
example: plaintext
64556455
schema:
64566456
type: string
@@ -18013,7 +18013,7 @@ components:
1801318013
example: operator_initiated
1801418014
subject:
1801518015
type: string
18016-
description: Optional. The message subject. For Twitter, this will show
18016+
description: Optional. The message subject. Returns HTML by default. When the display_as query parameter is set to plaintext, returns plain text instead. For Twitter, this will show
1801718017
a generic message regarding why the subject is obscured.
1801818018
example: ''
1801918019
body:

0 commit comments

Comments
 (0)