Skip to content

Commit eb3eccf

Browse files
fern-supporteyw520
andauthored
Spec fix for MultipleFilterSearchRequest (#197)
Co-authored-by: eden <[email protected]>
1 parent 76e7322 commit eb3eccf

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

descriptions/2.11/api.intercom.io.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16381,6 +16381,11 @@ components:
1638116381
- body
1638216382
- message_type
1638316383
- conversation_id
16384+
multiple_or_single_filter_search_request:
16385+
title: Multiple or Single Filter Search Request
16386+
oneOf:
16387+
- "$ref": "#/components/schemas/multiple_filter_search_request"
16388+
- "$ref": "#/components/schemas/single_filter_search_request"
1638416389
multiple_filter_search_request:
1638516390
title: Multiple Filter Search Request
1638616391
description: Search using Intercoms Search APIs with more than one filter.
@@ -16394,17 +16399,9 @@ components:
1639416399
description: An operator to allow boolean inspection between multiple fields.
1639516400
example: AND
1639616401
value:
16397-
oneOf:
16398-
- type: array
16399-
description: Add mutiple filters.
16400-
title: multiple filter search request
16401-
items:
16402-
"$ref": "#/components/schemas/multiple_filter_search_request"
16403-
- type: array
16404-
description: Add a single filter field.
16405-
title: single filter search request
16406-
items:
16407-
"$ref": "#/components/schemas/single_filter_search_request"
16402+
type: array
16403+
items:
16404+
"$ref": "#/components/schemas/multiple_or_single_filter_search_request"
1640816405
news_item:
1640916406
title: News Item
1641016407
type: object

0 commit comments

Comments
 (0)