We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9942e commit 1c6bd56Copy full SHA for 1c6bd56
descriptions/0/api.intercom.io.yaml
@@ -16305,13 +16305,15 @@ components:
16305
- type: user
16306
id: 536e564f316c83104c000023
16307
bcc:
16308
- type: array
16309
- description: The BCC recipients of the message.
16310
- items:
16311
- $ref: '#/components/schemas/recipient'
16312
- example:
16313
- - type: user
16314
- id: 536e564f316c83104c000022
+ oneOf:
+ - $ref: '#/components/schemas/recipient'
+ - type: array
+ description: The BCC recipients of the message.
+ items:
+ $ref: '#/components/schemas/recipient'
+ example:
16315
+ - type: user
16316
+ id: 536e564f316c83104c000022
16317
created_at:
16318
type: integer
16319
description: The time the message was created. If not provided, the current
0 commit comments