Skip to content

Commit cfc3452

Browse files
kstensonclaude
andcommitted
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 documents 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) <noreply@anthropic.com>
1 parent ebefd5f commit cfc3452

10 files changed

Lines changed: 20 additions & 10 deletions

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33361,12 +33361,13 @@ components:
3336133361
oneOf:
3336233362
- type: string
3336333363
- type: integer
33364+
- type: boolean
3336433365
- type: array
3336533366
items:
3336633367
oneOf:
3336733368
- type: string
3336833369
- type: integer
33369-
description: The value that you want to search on.
33370+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
3337033371
example: '73732934'
3337133372
nullable: true
3337233373
sla_applied:

descriptions/2.10/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15846,13 +15846,14 @@ components:
1584615846
oneOf:
1584715847
- type: string
1584815848
- type: integer
15849+
- type: boolean
1584915850
- type: array
1585015851
items:
1585115852
type: string
1585215853
- type: array
1585315854
items:
1585415855
type: integer
15855-
description: The value that you want to search on.
15856+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1585615857
example: '73732934'
1585715858
nullable: true
1585815859
sla_applied:

descriptions/2.11/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17309,13 +17309,14 @@ components:
1730917309
oneOf:
1731017310
- type: string
1731117311
- type: integer
17312+
- type: boolean
1731217313
- type: array
1731317314
items:
1731417315
type: string
1731517316
- type: array
1731617317
items:
1731717318
type: integer
17318-
description: The value that you want to search on.
17319+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1731917320
example: '73732934'
1732017321
nullable: true
1732117322
single_select_option:

descriptions/2.12/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17249,13 +17249,14 @@ components:
1724917249
oneOf:
1725017250
- type: string
1725117251
- type: integer
17252+
- type: boolean
1725217253
- type: array
1725317254
items:
1725417255
type: string
1725517256
- type: array
1725617257
items:
1725717258
type: integer
17258-
description: The value that you want to search on.
17259+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1725917260
example: '73732934'
1726017261
nullable: true
1726117262
sla_applied:

descriptions/2.13/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18861,12 +18861,13 @@ components:
1886118861
oneOf:
1886218862
- type: string
1886318863
- type: integer
18864+
- type: boolean
1886418865
- type: array
1886518866
items:
1886618867
oneOf:
1886718868
- type: string
1886818869
- type: integer
18869-
description: The value that you want to search on.
18870+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1887018871
example: '73732934'
1887118872
nullable: true
1887218873
sla_applied:

descriptions/2.14/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21252,12 +21252,13 @@ components:
2125221252
oneOf:
2125321253
- type: string
2125421254
- type: integer
21255+
- type: boolean
2125521256
- type: array
2125621257
items:
2125721258
oneOf:
2125821259
- type: string
2125921260
- type: integer
21260-
description: The value that you want to search on.
21261+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
2126121262
example: '73732934'
2126221263
nullable: true
2126321264
sla_applied:

descriptions/2.15/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22112,12 +22112,13 @@ components:
2211222112
oneOf:
2211322113
- type: string
2211422114
- type: integer
22115+
- type: boolean
2211522116
- type: array
2211622117
items:
2211722118
oneOf:
2211822119
- type: string
2211922120
- type: integer
22120-
description: The value that you want to search on.
22121+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
2212122122
example: '73732934'
2212222123
nullable: true
2212322124
sla_applied:

descriptions/2.7/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13845,13 +13845,14 @@ components:
1384513845
oneOf:
1384613846
- type: string
1384713847
- type: integer
13848+
- type: boolean
1384813849
- type: array
1384913850
items:
1385013851
type: string
1385113852
- type: array
1385213853
items:
1385313854
type: integer
13854-
description: The value that you want to search on.
13855+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1385513856
example: '73732934'
1385613857
nullable: true
1385713858
sla_applied:

descriptions/2.8/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13869,12 +13869,13 @@ components:
1386913869
oneOf:
1387013870
- type: string
1387113871
- type: integer
13872+
- type: boolean
1387213873
- type: array
1387313874
items:
1387413875
oneOf:
1387513876
- type: string
1387613877
- type: integer
13877-
description: The value that you want to search on.
13878+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1387813879
example: '73732934'
1387913880
nullable: true
1388013881
sla_applied:

descriptions/2.9/api.intercom.io.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15222,13 +15222,14 @@ components:
1522215222
oneOf:
1522315223
- type: string
1522415224
- type: integer
15225+
- type: boolean
1522515226
- type: array
1522615227
items:
1522715228
type: string
1522815229
- type: array
1522915230
items:
1523015231
type: integer
15231-
description: The value that you want to search on.
15232+
description: The value that you want to search on. Boolean fields accept true or false (also the strings "true" and "false").
1523215233
example: '73732934'
1523315234
nullable: true
1523415235
sla_applied:

0 commit comments

Comments
 (0)