File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -16381,6 +16381,11 @@ components:
16381
16381
- body
16382
16382
- message_type
16383
16383
- 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"
16384
16389
multiple_filter_search_request:
16385
16390
title: Multiple Filter Search Request
16386
16391
description: Search using Intercoms Search APIs with more than one filter.
@@ -16394,17 +16399,9 @@ components:
16394
16399
description: An operator to allow boolean inspection between multiple fields.
16395
16400
example: AND
16396
16401
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"
16408
16405
news_item:
16409
16406
title: News Item
16410
16407
type: object
You can’t perform that action at this time.
0 commit comments