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