From 7de007e56a073472f4b8c3ac496fb571eccecb48 Mon Sep 17 00:00:00 2001 From: Marc <97827744+marcmlc@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:16:13 +0100 Subject: [PATCH] Document display_as parameter behavior for subject field --- descriptions/0/api.intercom.io.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 0e54d44..cb0eaae 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -6196,7 +6196,7 @@ paths: - name: display_as in: query required: false - description: Set to plaintext to retrieve conversation messages in plain text. + description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields. example: plaintext schema: type: string @@ -6450,7 +6450,7 @@ paths: - name: display_as in: query required: false - description: Set to plaintext to retrieve conversation messages in plain text. + description: Set to plaintext to retrieve conversation messages in plain text. This affects both the body and subject fields. example: plaintext schema: type: string