diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 95302e1..89165f1 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -17543,7 +17543,8 @@ components: type: string nullable: true description: The message body, which may contain HTML. For Twitter, this - will show a generic message regarding why the body is obscured. + will show a generic message regarding why the body is obscured. In webhook + payloads for API version 2.15+, this field returns plain text. example: "

Okay!

" created_at: type: integer @@ -17775,12 +17776,14 @@ components: subject: type: string description: Optional. The message subject. For Twitter, this will show - a generic message regarding why the subject is obscured. + a generic message regarding why the subject is obscured. In webhook + payloads for API version 2.15+, this field returns plain text. example: '' body: type: string description: The message body, which may contain HTML. For Twitter, this - will show a generic message regarding why the body is obscured. + will show a generic message regarding why the body is obscured. In webhook + payloads for API version 2.15+, this field returns plain text. example: "

Hey there!

" author: "$ref": "#/components/schemas/conversation_part_author"