Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32648,6 +32648,9 @@ components:
every translated reply: it is suppressed when the reply's `body` contains
any text outside an HTML block element, which includes plain-text replies
created through the REST API.
Wrap the body in `<p>` or another supported block element to avoid this;
`<div>` is removed when the reply is saved, which leaves its text bare and
still suppresses the topic.
required:
- original
additionalProperties:
Expand Down Expand Up @@ -40361,6 +40364,9 @@ components:
every translated reply: it is suppressed when the reply's `body` contains
any text outside an HTML block element, which includes plain-text replies
created through the REST API.
Wrap the body in `<p>` or another supported block element to avoid this;
`<div>` is removed when the reply is saved, which leaves its text bare and
still suppresses the topic.
required:
- original
additionalProperties:
Expand Down Expand Up @@ -40553,6 +40559,9 @@ components:
every translated reply: it is suppressed when the reply's `body` contains
any text outside an HTML block element, which includes plain-text replies
created through the REST API.
Wrap the body in `<p>` or another supported block element to avoid this;
`<div>` is removed when the reply is saved, which leaves its text bare and
still suppresses the topic.
required:
- original
additionalProperties:
Expand Down