Skip to content

Commit 1c6bd56

Browse files
ADdressing comments
1 parent 1c9942e commit 1c6bd56

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16305,13 +16305,15 @@ components:
1630516305
- type: user
1630616306
id: 536e564f316c83104c000023
1630716307
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
16308+
oneOf:
16309+
- $ref: '#/components/schemas/recipient'
16310+
- type: array
16311+
description: The BCC recipients of the message.
16312+
items:
16313+
$ref: '#/components/schemas/recipient'
16314+
example:
16315+
- type: user
16316+
id: 536e564f316c83104c000022
1631516317
created_at:
1631616318
type: integer
1631716319
description: The time the message was created. If not provided, the current

0 commit comments

Comments
 (0)