Skip to content

Commit b3e66db

Browse files
committed
update path param names
1 parent 4625dfb commit b3e66db

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ paths:
6464
in: header
6565
schema:
6666
"$ref": "#/components/schemas/intercom_version"
67-
- name: id
67+
- name: admin_id
6868
in: path
6969
required: true
7070
description: The unique identifier of a given admin
@@ -326,7 +326,7 @@ paths:
326326
in: header
327327
schema:
328328
"$ref": "#/components/schemas/intercom_version"
329-
- name: id
329+
- name: admin_id
330330
in: path
331331
required: true
332332
description: The unique identifier of a given admin
@@ -1144,7 +1144,7 @@ paths:
11441144
in: header
11451145
schema:
11461146
"$ref": "#/components/schemas/intercom_version"
1147-
- name: id
1147+
- name: article_id
11481148
in: path
11491149
required: true
11501150
description: The unique identifier for the article which is given by Intercom.
@@ -1925,7 +1925,7 @@ paths:
19251925
in: header
19261926
schema:
19271927
"$ref": "#/components/schemas/intercom_version"
1928-
- name: id
1928+
- name: collection_id
19291929
in: path
19301930
required: true
19311931
description: The unique identifier for the collection which is given by Intercom.
@@ -2136,7 +2136,7 @@ paths:
21362136
in: header
21372137
schema:
21382138
"$ref": "#/components/schemas/intercom_version"
2139-
- name: id
2139+
- name: help_center_id
21402140
in: path
21412141
required: true
21422142
description: The unique identifier for the collection which is given by Intercom.
@@ -2849,7 +2849,7 @@ paths:
28492849
in: header
28502850
schema:
28512851
"$ref": "#/components/schemas/intercom_version"
2852-
- name: id
2852+
- name: company_id
28532853
in: path
28542854
required: true
28552855
description: The unique identifier for the company which is given by Intercom
@@ -3064,7 +3064,7 @@ paths:
30643064
in: header
30653065
schema:
30663066
"$ref": "#/components/schemas/intercom_version"
3067-
- name: id
3067+
- name: company_id
30683068
in: path
30693069
required: true
30703070
description: The unique identifier for the company which is given by Intercom
@@ -3130,7 +3130,7 @@ paths:
31303130
in: header
31313131
schema:
31323132
"$ref": "#/components/schemas/intercom_version"
3133-
- name: id
3133+
- name: company_id
31343134
in: path
31353135
required: true
31363136
description: The unique identifier for the company which is given by Intercom
@@ -3365,7 +3365,7 @@ paths:
33653365
in: header
33663366
schema:
33673367
"$ref": "#/components/schemas/intercom_version"
3368-
- name: id
3368+
- name: contact_id
33693369
in: path
33703370
required: true
33713371
description: The unique identifier for the contact which is given by Intercom
@@ -3573,7 +3573,7 @@ paths:
35733573
example: 58a430d35458202d41b1e65b
35743574
schema:
35753575
type: string
3576-
- name: id
3576+
- name: company_id
35773577
in: path
35783578
required: true
35793579
description: The unique identifier for the company which is given by Intercom
@@ -3653,7 +3653,7 @@ paths:
36533653
get:
36543654
summary: List all notes
36553655
parameters:
3656-
- name: id
3656+
- name: contact_id
36573657
in: path
36583658
required: true
36593659
description: The unique identifier of a contact.
@@ -4144,7 +4144,7 @@ paths:
41444144
required: true
41454145
schema:
41464146
type: string
4147-
- name: id
4147+
- name: subscription_id
41484148
in: path
41494149
description: The unique identifier for the subscription type which is given
41504150
by Intercom
@@ -4391,7 +4391,7 @@ paths:
43914391
required: true
43924392
schema:
43934393
type: string
4394-
- name: id
4394+
- name: tag_id
43954395
in: path
43964396
description: The unique identifier for the tag which is given by Intercom
43974397
example: '7522907'
@@ -4457,7 +4457,7 @@ paths:
44574457
in: header
44584458
schema:
44594459
"$ref": "#/components/schemas/intercom_version"
4460-
- name: id
4460+
- name: contact_id
44614461
in: path
44624462
description: id
44634463
example: 63a07ddf05a32042dffac965
@@ -5695,9 +5695,9 @@ paths:
56955695
required: true
56965696
schema:
56975697
type: string
5698-
- name: id
5698+
- name: tag_id
56995699
in: path
5700-
description: id
5700+
description: tag_id
57015701
example: '7522907'
57025702
required: true
57035703
schema:
@@ -6019,7 +6019,7 @@ paths:
60196019
in: header
60206020
schema:
60216021
"$ref": "#/components/schemas/intercom_version"
6022-
- name: id
6022+
- name: conversation_id
60236023
in: path
60246024
required: true
60256025
description: The id of the conversation to target
@@ -6813,7 +6813,7 @@ paths:
68136813
in: header
68146814
schema:
68156815
"$ref": "#/components/schemas/intercom_version"
6816-
- name: id
6816+
- name: conversation_id
68176817
in: path
68186818
required: true
68196819
description: The Intercom provisioned identifier for the conversation or the
@@ -7256,7 +7256,7 @@ paths:
72567256
in: header
72577257
schema:
72587258
"$ref": "#/components/schemas/intercom_version"
7259-
- name: id
7259+
- name: conversation_id
72607260
in: path
72617261
required: true
72627262
description: The identifier for the conversation as given by Intercom.
@@ -7678,7 +7678,7 @@ paths:
76787678
in: header
76797679
schema:
76807680
"$ref": "#/components/schemas/intercom_version"
7681-
- name: id
7681+
- name: conversation_id
76827682
in: path
76837683
required: true
76847684
description: The identifier for the conversation as given by Intercom.
@@ -8065,7 +8065,7 @@ paths:
80658065
in: header
80668066
schema:
80678067
"$ref": "#/components/schemas/intercom_version"
8068-
- name: id
8068+
- name: conversation_id
80698069
in: path
80708070
required: true
80718071
description: The id of the conversation to target
@@ -9023,7 +9023,7 @@ paths:
90239023
in: header
90249024
schema:
90259025
"$ref": "#/components/schemas/intercom_version"
9026-
- name: id
9026+
- name: data_attribute_id
90279027
in: path
90289028
required: true
90299029
description: The data attribute id
@@ -9942,7 +9942,7 @@ paths:
99429942
in: header
99439943
schema:
99449944
"$ref": "#/components/schemas/intercom_version"
9945-
- name: id
9945+
- name: news_item_id
99469946
in: path
99479947
required: true
99489948
description: The unique identifier for the news item which is given by Intercom.
@@ -10173,7 +10173,7 @@ paths:
1017310173
in: header
1017410174
schema:
1017510175
"$ref": "#/components/schemas/intercom_version"
10176-
- name: id
10176+
- name: newsfeed_id
1017710177
in: path
1017810178
required: true
1017910179
description: The unique identifier for the news feed item which is given by
@@ -10280,7 +10280,7 @@ paths:
1028010280
in: header
1028110281
schema:
1028210282
"$ref": "#/components/schemas/intercom_version"
10283-
- name: id
10283+
- name: newsfeed_id
1028410284
in: path
1028510285
required: true
1028610286
description: The unique identifier for the news feed item which is given by
@@ -10329,7 +10329,7 @@ paths:
1032910329
in: header
1033010330
schema:
1033110331
"$ref": "#/components/schemas/intercom_version"
10332-
- name: id
10332+
- name: note_id
1033310333
in: path
1033410334
required: true
1033510335
description: The unique identifier of a given note
@@ -10457,7 +10457,7 @@ paths:
1045710457
in: header
1045810458
schema:
1045910459
"$ref": "#/components/schemas/intercom_version"
10460-
- name: id
10460+
- name: segment_id
1046110461
in: path
1046210462
required: true
1046310463
description: The unique identified of a given segment.
@@ -11175,7 +11175,7 @@ paths:
1117511175
in: header
1117611176
schema:
1117711177
"$ref": "#/components/schemas/intercom_version"
11178-
- name: id
11178+
- name: tag_id
1117911179
in: path
1118011180
description: The unique identifier of a given tag
1118111181
example: '123'
@@ -11340,7 +11340,7 @@ paths:
1134011340
in: header
1134111341
schema:
1134211342
"$ref": "#/components/schemas/intercom_version"
11343-
- name: id
11343+
- name: team_id
1134411344
in: path
1134511345
required: true
1134611346
description: The unique identifier of a given team.
@@ -11693,7 +11693,7 @@ paths:
1169311693
description: The unique identifier for the ticket type which is given by Intercom.
1169411694
schema:
1169511695
type: string
11696-
- name: id
11696+
- name: attribute_id
1169711697
in: path
1169811698
required: true
1169911699
description: The unique identifier for the ticket type attribute which is
@@ -12014,7 +12014,7 @@ paths:
1201412014
in: header
1201512015
schema:
1201612016
"$ref": "#/components/schemas/intercom_version"
12017-
- name: id
12017+
- name: ticket_type_id
1201812018
in: path
1201912019
required: true
1202012020
description: The unique identifier for the ticket type which is given by Intercom.
@@ -12291,7 +12291,7 @@ paths:
1229112291
in: header
1229212292
schema:
1229312293
"$ref": "#/components/schemas/intercom_version"
12294-
- name: id
12294+
- name: ticket_id
1229512295
in: path
1229612296
required: true
1229712297
schema:
@@ -12549,7 +12549,7 @@ paths:
1254912549
required: true
1255012550
schema:
1255112551
type: string
12552-
- name: id
12552+
- name: tag_id
1255312553
in: path
1255412554
description: The unique identifier for the tag which is given by Intercom
1255512555
example: '7522907'
@@ -12876,7 +12876,7 @@ paths:
1287612876
in: header
1287712877
schema:
1287812878
"$ref": "#/components/schemas/intercom_version"
12879-
- name: id
12879+
- name: ticket_id
1288012880
in: path
1288112881
required: true
1288212882
description: The unique identifier for the ticket which is given by Intercom

0 commit comments

Comments
 (0)