Skip to content

Commit 58be10d

Browse files
committed
Spec fix for MultipleFilterSearchRequest
1 parent 4568a55 commit 58be10d

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
@@ -15670,6 +15670,11 @@ components:
1567015670
- body
1567115671
- message_type
1567215672
- conversation_id
15673+
multiple_or_single_filter_search_request:
15674+
title: Multiple or Single Filter Search Request
15675+
oneOf:
15676+
- "$ref": "#/components/schemas/multiple_filter_search_request"
15677+
- "$ref": "#/components/schemas/single_filter_search_request"
1567315678
multiple_filter_search_request:
1567415679
title: Multiple Filter Search Request
1567515680
description: Search using Intercoms Search APIs with more than one filter.
@@ -15683,17 +15688,9 @@ components:
1568315688
description: An operator to allow boolean inspection between multiple fields.
1568415689
example: AND
1568515690
value:
15686-
oneOf:
15687-
- type: array
15688-
description: Add mutiple filters.
15689-
title: multiple filter search request
15690-
items:
15691-
"$ref": "#/components/schemas/multiple_filter_search_request"
15692-
- type: array
15693-
description: Add a single filter field.
15694-
title: single filter search request
15695-
items:
15696-
"$ref": "#/components/schemas/single_filter_search_request"
15691+
type: array
15692+
items:
15693+
"$ref": "#/components/schemas/multiple_or_single_filter_search_request"
1569715694
news_item:
1569815695
title: News Item
1569915696
type: object

0 commit comments

Comments
 (0)