From cad78e9b6791eef9b1ffe7ceb3a83f299f53c001 Mon Sep 17 00:00:00 2001 From: Keith Stenson <147769+kstenson@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:39:45 +0100 Subject: [PATCH] Document boolean values in V3 Search API query value field The search query `value` field accepts boolean values, but the spec only listed string, integer and array. This adds boolean as a valid search value across all documented versions, covering the conversations, contacts and tickets search endpoints (the schema is shared). Co-Authored-By: Claude Opus 4.8 (1M context) --- descriptions/0/api.intercom.io.yaml | 1 + descriptions/2.10/api.intercom.io.yaml | 1 + descriptions/2.11/api.intercom.io.yaml | 1 + descriptions/2.12/api.intercom.io.yaml | 1 + descriptions/2.13/api.intercom.io.yaml | 1 + descriptions/2.14/api.intercom.io.yaml | 1 + descriptions/2.15/api.intercom.io.yaml | 1 + descriptions/2.7/api.intercom.io.yaml | 1 + descriptions/2.8/api.intercom.io.yaml | 1 + descriptions/2.9/api.intercom.io.yaml | 1 + 10 files changed, 10 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index c1df2fb6..f3cd3005 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -33361,6 +33361,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: oneOf: diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 2c6eaedc..18b6b498 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -15846,6 +15846,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: type: string diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 0ffd407f..156ee8bb 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -17309,6 +17309,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: type: string diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 29278256..322a4e38 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -17249,6 +17249,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: type: string diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index e86c00d2..cf12c9b1 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -18861,6 +18861,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: oneOf: diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 35a8a65c..6f76f57b 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -21252,6 +21252,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: oneOf: diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 92f319da..d11f4787 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -22112,6 +22112,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: oneOf: diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index 55c33938..60808788 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -13845,6 +13845,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: type: string diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 4e773cc5..c2adec0f 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -13869,6 +13869,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: oneOf: diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index 852f7fce..920783ed 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -15222,6 +15222,7 @@ components: oneOf: - type: string - type: integer + - type: boolean - type: array items: type: string