You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add info admonition to ticket endpoint parameter descriptions clarifying
that the id parameter is the internal API id, not the ticket_id displayed
in the Intercom Inbox. This mirrors the changes in developer-docs PR #720.
Affected versions: 2.9, 2.10, 2.12, 2.13, 2.14, 2.15, and Unstable (0).
Endpoints modified: GET, PUT, DELETE (where applicable), and Reply.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: descriptions/0/api.intercom.io.yaml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13299,7 +13299,11 @@ paths:
13299
13299
schema:
13300
13300
title: Ticket ID
13301
13301
type: string
13302
-
description: The id of the ticket to target.
13302
+
description: |
13303
+
The id of the ticket to target.
13304
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13305
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
13306
+
{% /admonition %}
13303
13307
example: '123'
13304
13308
tags:
13305
13309
- Tickets
@@ -13889,7 +13893,11 @@ paths:
13889
13893
- name: id
13890
13894
in: path
13891
13895
required: true
13892
-
description: The unique identifier for the ticket which is given by Intercom
13896
+
description: |
13897
+
The unique identifier for the ticket which is given by Intercom.
13898
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13899
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
13900
+
{% /admonition %}
13893
13901
schema:
13894
13902
type: string
13895
13903
tags:
@@ -14185,7 +14193,11 @@ paths:
14185
14193
- name: id
14186
14194
in: path
14187
14195
required: true
14188
-
description: The unique identifier for the ticket which is given by Intercom.
14196
+
description: |
14197
+
The unique identifier for the ticket which is given by Intercom.
14198
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
14199
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
14200
+
{% /admonition %}
14189
14201
schema:
14190
14202
type: string
14191
14203
tags:
@@ -14324,7 +14336,11 @@ paths:
14324
14336
- name: id
14325
14337
in: path
14326
14338
required: true
14327
-
description: The unique identifier for the ticket which is given by Intercom.
14339
+
description: |
14340
+
The unique identifier for the ticket which is given by Intercom.
14341
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
14342
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
Copy file name to clipboardExpand all lines: descriptions/2.10/api.intercom.io.yaml
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9364,7 +9364,11 @@ paths:
9364
9364
schema:
9365
9365
title: Ticket ID
9366
9366
type: string
9367
-
description: The id of the ticket to target.
9367
+
description: |
9368
+
The id of the ticket to target.
9369
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
9370
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
9371
+
{% /admonition %}
9368
9372
example: '123'
9369
9373
tags:
9370
9374
- Tickets
@@ -9861,7 +9865,11 @@ paths:
9861
9865
- name: id
9862
9866
in: path
9863
9867
required: true
9864
-
description: The unique identifier for the ticket which is given by Intercom
9868
+
description: |
9869
+
The unique identifier for the ticket which is given by Intercom.
9870
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
9871
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
9872
+
{% /admonition %}
9865
9873
schema:
9866
9874
type: string
9867
9875
tags:
@@ -10119,7 +10127,11 @@ paths:
10119
10127
- name: id
10120
10128
in: path
10121
10129
required: true
10122
-
description: The unique identifier for the ticket which is given by Intercom.
10130
+
description: |
10131
+
The unique identifier for the ticket which is given by Intercom.
10132
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
10133
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
Copy file name to clipboardExpand all lines: descriptions/2.12/api.intercom.io.yaml
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10158,7 +10158,11 @@ paths:
10158
10158
schema:
10159
10159
title: Ticket ID
10160
10160
type: string
10161
-
description: The id of the ticket to target.
10161
+
description: |
10162
+
The id of the ticket to target.
10163
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
10164
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
10165
+
{% /admonition %}
10162
10166
example: '123'
10163
10167
tags:
10164
10168
- Tickets
@@ -10657,7 +10661,11 @@ paths:
10657
10661
- name: id
10658
10662
in: path
10659
10663
required: true
10660
-
description: The unique identifier for the ticket which is given by Intercom
10664
+
description: |
10665
+
The unique identifier for the ticket which is given by Intercom.
10666
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
10667
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
10668
+
{% /admonition %}
10661
10669
schema:
10662
10670
type: string
10663
10671
tags:
@@ -10937,7 +10945,11 @@ paths:
10937
10945
- name: id
10938
10946
in: path
10939
10947
required: true
10940
-
description: The unique identifier for the ticket which is given by Intercom.
10948
+
description: |
10949
+
The unique identifier for the ticket which is given by Intercom.
10950
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
10951
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
Copy file name to clipboardExpand all lines: descriptions/2.13/api.intercom.io.yaml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11388,7 +11388,11 @@ paths:
11388
11388
schema:
11389
11389
title: Ticket ID
11390
11390
type: string
11391
-
description: The id of the ticket to target.
11391
+
description: |
11392
+
The id of the ticket to target.
11393
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
11394
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
11395
+
{% /admonition %}
11392
11396
example: '123'
11393
11397
tags:
11394
11398
- Tickets
@@ -11900,7 +11904,11 @@ paths:
11900
11904
- name: id
11901
11905
in: path
11902
11906
required: true
11903
-
description: The unique identifier for the ticket which is given by Intercom
11907
+
description: |
11908
+
The unique identifier for the ticket which is given by Intercom.
11909
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
11910
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
11911
+
{% /admonition %}
11904
11912
schema:
11905
11913
type: string
11906
11914
tags:
@@ -12181,7 +12189,11 @@ paths:
12181
12189
- name: id
12182
12190
in: path
12183
12191
required: true
12184
-
description: The unique identifier for the ticket which is given by Intercom.
12192
+
description: |
12193
+
The unique identifier for the ticket which is given by Intercom.
12194
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
12195
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
12196
+
{% /admonition %}
12185
12197
schema:
12186
12198
type: string
12187
12199
tags:
@@ -12320,7 +12332,11 @@ paths:
12320
12332
- name: id
12321
12333
in: path
12322
12334
required: true
12323
-
description: The unique identifier for the ticket which is given by Intercom.
12335
+
description: |
12336
+
The unique identifier for the ticket which is given by Intercom.
12337
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
12338
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
Copy file name to clipboardExpand all lines: descriptions/2.14/api.intercom.io.yaml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12464,7 +12464,11 @@ paths:
12464
12464
schema:
12465
12465
title: Ticket ID
12466
12466
type: string
12467
-
description: The id of the ticket to target.
12467
+
description: |
12468
+
The id of the ticket to target.
12469
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
12470
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
12471
+
{% /admonition %}
12468
12472
example: '123'
12469
12473
tags:
12470
12474
- Tickets
@@ -13054,7 +13058,11 @@ paths:
13054
13058
- name: ticket_id
13055
13059
in: path
13056
13060
required: true
13057
-
description: The unique identifier for the ticket which is given by Intercom
13061
+
description: |
13062
+
The unique identifier for the ticket which is given by Intercom.
13063
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13064
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
13065
+
{% /admonition %}
13058
13066
schema:
13059
13067
type: string
13060
13068
tags:
@@ -13350,7 +13358,11 @@ paths:
13350
13358
- name: ticket_id
13351
13359
in: path
13352
13360
required: true
13353
-
description: The unique identifier for the ticket which is given by Intercom.
13361
+
description: |
13362
+
The unique identifier for the ticket which is given by Intercom.
13363
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13364
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
13365
+
{% /admonition %}
13354
13366
schema:
13355
13367
type: string
13356
13368
tags:
@@ -13489,7 +13501,11 @@ paths:
13489
13501
- name: ticket_id
13490
13502
in: path
13491
13503
required: true
13492
-
description: The unique identifier for the ticket which is given by Intercom.
13504
+
description: |
13505
+
The unique identifier for the ticket which is given by Intercom.
13506
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13507
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
Copy file name to clipboardExpand all lines: descriptions/2.15/api.intercom.io.yaml
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12535,7 +12535,11 @@ paths:
12535
12535
schema:
12536
12536
title: Ticket ID
12537
12537
type: string
12538
-
description: The id of the ticket to target.
12538
+
description: |
12539
+
The id of the ticket to target.
12540
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
12541
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
12542
+
{% /admonition %}
12539
12543
example: '123'
12540
12544
tags:
12541
12545
- Tickets
@@ -13125,7 +13129,11 @@ paths:
13125
13129
- name: ticket_id
13126
13130
in: path
13127
13131
required: true
13128
-
description: The unique identifier for the ticket which is given by Intercom
13132
+
description: |
13133
+
The unique identifier for the ticket which is given by Intercom.
13134
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13135
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
13136
+
{% /admonition %}
13129
13137
schema:
13130
13138
type: string
13131
13139
tags:
@@ -13421,7 +13429,11 @@ paths:
13421
13429
- name: ticket_id
13422
13430
in: path
13423
13431
required: true
13424
-
description: The unique identifier for the ticket which is given by Intercom.
13432
+
description: |
13433
+
The unique identifier for the ticket which is given by Intercom.
13434
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13435
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
13436
+
{% /admonition %}
13425
13437
schema:
13426
13438
type: string
13427
13439
tags:
@@ -13560,7 +13572,11 @@ paths:
13560
13572
- name: ticket_id
13561
13573
in: path
13562
13574
required: true
13563
-
description: The unique identifier for the ticket which is given by Intercom.
13575
+
description: |
13576
+
The unique identifier for the ticket which is given by Intercom.
13577
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
13578
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
Copy file name to clipboardExpand all lines: descriptions/2.9/api.intercom.io.yaml
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9356,7 +9356,11 @@ paths:
9356
9356
schema:
9357
9357
title: Ticket ID
9358
9358
type: string
9359
-
description: The id of the ticket to target.
9359
+
description: |
9360
+
The id of the ticket to target.
9361
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
9362
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
9363
+
{% /admonition %}
9360
9364
example: '123'
9361
9365
tags:
9362
9366
- Tickets
@@ -9570,7 +9574,11 @@ paths:
9570
9574
- name: id
9571
9575
in: path
9572
9576
required: true
9573
-
description: The unique identifier for the ticket which is given by Intercom
9577
+
description: |
9578
+
The unique identifier for the ticket which is given by Intercom.
9579
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
9580
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
9581
+
{% /admonition %}
9574
9582
schema:
9575
9583
type: string
9576
9584
tags:
@@ -9804,7 +9812,11 @@ paths:
9804
9812
- name: id
9805
9813
in: path
9806
9814
required: true
9807
-
description: The unique identifier for the ticket which is given by Intercom.
9815
+
description: |
9816
+
The unique identifier for the ticket which is given by Intercom.
9817
+
{% admonition type="info" name="Not the Inbox ticket ID" %}
9818
+
This is the internal `id` field from the API response, not the `ticket_id` displayed in the Intercom Inbox (e.g., #12345). Use the `id` value from the ticket object returned by the API.
0 commit comments