Skip to content

Commit 6b6b2ce

Browse files
committed
Spec fixes for SingleFilterSearchRequest and CreateMessageRequest
1 parent 8e13db9 commit 6b6b2ce

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

descriptions/2.11/api.intercom.io.yaml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14245,21 +14245,24 @@ components:
1424514245
properties:
1424614246
type:
1424714247
type: string
14248-
description: Always `admin`.
14248+
description: One of `lead`, `user`, `contact`, or `admin`.
1424914249
enum:
14250+
- lead
14251+
- user
14252+
- contact
1425014253
- admin
1425114254
example: admin
1425214255
id:
1425314256
type: integer
14254-
description: The identifier for the admin which is given by Intercom.
14257+
description: The identifier for the sender which is given by Intercom.
1425514258
example: 394051
1425614259
required:
1425714260
- type
1425814261
- id
1425914262
to:
1426014263
type: object
14261-
description: The sender of the message. If not provided, the default sender
14262-
will be used.
14264+
description: The recipient of the message. If not provided, the default
14265+
recipient will be used.
1426314266
properties:
1426414267
type:
1426514268
type: string
@@ -16288,9 +16291,18 @@ components:
1628816291
search for the value.
1628916292
example: ">"
1629016293
value:
16291-
type: string
16294+
oneOf:
16295+
- type: string
16296+
- type: integer
16297+
- type: array
16298+
items:
16299+
type: string
16300+
- type: array
16301+
items:
16302+
type: integer
1629216303
description: The value that you want to search on.
1629316304
example: '73732934'
16305+
nullable: true
1629416306
sla_applied:
1629516307
title: Applied SLA
1629616308
type: object

0 commit comments

Comments
 (0)