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 @@ -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
You can’t perform that action at this time.
0 commit comments