Skip to content

Commit 4e7ba25

Browse files
committed
fern check works
1 parent 7134c21 commit 4e7ba25

File tree

2 files changed

+94
-69
lines changed

2 files changed

+94
-69
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ paths:
507507
value:
508508
sync_behavior: api
509509
url: https://www.example.com
510-
"/ai/content_import_sources/{id}":
510+
"/ai/content_import_sources/{source_id}":
511511
parameters:
512-
- name: id
512+
- name: source_id
513513
in: path
514514
description: The unique identifier for the content import source which is given
515515
by Intercom.
@@ -794,9 +794,9 @@ paths:
794794
source_id: 44
795795
title: Test
796796
url: https://www.example.com
797-
"/ai/external_pages/{id}":
797+
"/ai/external_pages/{page_id}":
798798
parameters:
799-
- name: id
799+
- name: page_id
800800
in: path
801801
description: The unique identifier for the external page which is given by Intercom.
802802
required: true
@@ -1226,7 +1226,7 @@ paths:
12261226
in: header
12271227
schema:
12281228
"$ref": "#/components/schemas/intercom_version"
1229-
- name: id
1229+
- name: article_id
12301230
in: path
12311231
required: true
12321232
description: The unique identifier for the article which is given by Intercom.
@@ -1324,7 +1324,7 @@ paths:
13241324
in: header
13251325
schema:
13261326
"$ref": "#/components/schemas/intercom_version"
1327-
- name: id
1327+
- name: article_id
13281328
in: path
13291329
required: true
13301330
description: The unique identifier for the article which is given by Intercom.
@@ -1993,7 +1993,7 @@ paths:
19931993
in: header
19941994
schema:
19951995
"$ref": "#/components/schemas/intercom_version"
1996-
- name: id
1996+
- name: collection_id
19971997
in: path
19981998
required: true
19991999
description: The unique identifier for the collection which is given by Intercom.
@@ -2075,7 +2075,7 @@ paths:
20752075
in: header
20762076
schema:
20772077
"$ref": "#/components/schemas/intercom_version"
2078-
- name: id
2078+
- name: collection_id
20792079
in: path
20802080
required: true
20812081
description: The unique identifier for the collection which is given by Intercom.
@@ -2359,15 +2359,15 @@ paths:
23592359
value:
23602360
title: Thanks for everything
23612361
body: Body of the Internal Article
2362-
"/internal_articles/{id}":
2362+
"/internal_articles/{internal_article_id}":
23632363
get:
23642364
summary: Retrieve an internal article
23652365
parameters:
23662366
- name: Intercom-Version
23672367
in: header
23682368
schema:
23692369
"$ref": "#/components/schemas/intercom_version"
2370-
- name: id
2370+
- name: internal_article_id
23712371
in: path
23722372
required: true
23732373
description: The unique identifier for the article which is given by Intercom.
@@ -2429,7 +2429,7 @@ paths:
24292429
in: header
24302430
schema:
24312431
"$ref": "#/components/schemas/intercom_version"
2432-
- name: id
2432+
- name: internal_article_id
24332433
in: path
24342434
required: true
24352435
description: The unique identifier for the internal article which is given by Intercom.
@@ -2507,7 +2507,7 @@ paths:
25072507
in: header
25082508
schema:
25092509
"$ref": "#/components/schemas/intercom_version"
2510-
- name: id
2510+
- name: internal_article_id
25112511
in: path
25122512
required: true
25132513
description: The unique identifier for the internal article which is given by Intercom.
@@ -2924,7 +2924,7 @@ paths:
29242924
in: header
29252925
schema:
29262926
"$ref": "#/components/schemas/intercom_version"
2927-
- name: id
2927+
- name: company_id
29282928
in: path
29292929
required: true
29302930
description: The unique identifier for the company which is given by Intercom
@@ -3004,7 +3004,7 @@ paths:
30043004
in: header
30053005
schema:
30063006
"$ref": "#/components/schemas/intercom_version"
3007-
- name: id
3007+
- name: company_id
30083008
in: path
30093009
required: true
30103010
description: The unique identifier for the company which is given by Intercom
@@ -3475,7 +3475,7 @@ paths:
34753475
get:
34763476
summary: List attached companies for contact
34773477
parameters:
3478-
- name: id
3478+
- name: contact_id
34793479
in: path
34803480
description: The unique identifier for the contact which is given by Intercom
34813481
example: 63a07ddf05a32042dffac965
@@ -3750,7 +3750,7 @@ paths:
37503750
in: header
37513751
schema:
37523752
"$ref": "#/components/schemas/intercom_version"
3753-
- name: id
3753+
- name: contact_id
37543754
in: path
37553755
required: true
37563756
description: The unique identifier of a given contact.
@@ -4718,9 +4718,9 @@ paths:
47184718
in: header
47194719
schema:
47204720
"$ref": "#/components/schemas/intercom_version"
4721-
- name: id
4721+
- name: contact_id
47224722
in: path
4723-
description: id
4723+
description: contact_id
47244724
example: 63a07ddf05a32042dffac965
47254725
required: true
47264726
schema:
@@ -4853,9 +4853,9 @@ paths:
48534853
in: header
48544854
schema:
48554855
"$ref": "#/components/schemas/intercom_version"
4856-
- name: id
4856+
- name: contact_id
48574857
in: path
4858-
description: id
4858+
description: contact_id
48594859
required: true
48604860
schema:
48614861
type: string
@@ -5518,9 +5518,9 @@ paths:
55185518
in: header
55195519
schema:
55205520
"$ref": "#/components/schemas/intercom_version"
5521-
- name: id
5521+
- name: contact_id
55225522
in: path
5523-
description: id
5523+
description: contact_id
55245524
example: 63a07ddf05a32042dffac965
55255525
required: true
55265526
schema:
@@ -5544,9 +5544,9 @@ paths:
55445544
in: header
55455545
schema:
55465546
"$ref": "#/components/schemas/intercom_version"
5547-
- name: id
5547+
- name: contact_id
55485548
in: path
5549-
description: id
5549+
description: contact_id
55505550
example: 63a07ddf05a32042dffac965
55515551
required: true
55525552
schema:
@@ -5562,17 +5562,17 @@ paths:
55625562
application/json:
55635563
schema:
55645564
"$ref": "#/components/schemas/contact_unarchived"
5565-
"/contacts/{id}/block":
5565+
"/contacts/{contact_id}/block":
55665566
post:
55675567
summary: Block contact
55685568
parameters:
55695569
- name: Intercom-Version
55705570
in: header
55715571
schema:
55725572
"$ref": "#/components/schemas/intercom_version"
5573-
- name: id
5573+
- name: contact_id
55745574
in: path
5575-
description: id
5575+
description: contact_id
55765576
example: 63a07ddf05a32042dffac965
55775577
required: true
55785578
schema:
@@ -6273,7 +6273,7 @@ paths:
62736273
in: header
62746274
schema:
62756275
"$ref": "#/components/schemas/intercom_version"
6276-
- name: id
6276+
- name: conversation_id
62776277
in: path
62786278
required: true
62796279
description: The id of the conversation to target
@@ -6557,7 +6557,7 @@ paths:
65576557
in: header
65586558
schema:
65596559
"$ref": "#/components/schemas/intercom_version"
6560-
- name: id
6560+
- name: conversation_id
65616561
in: path
65626562
description: id
65636563
required: true
@@ -8517,7 +8517,7 @@ paths:
85178517
$ref: "#/components/responses/Unauthorized"
85188518
'404':
85198519
$ref: "#/components/responses/ObjectNotFound"
8520-
"/custom_object_instances/{custom_object_type_identifier}/{id}":
8520+
"/custom_object_instances/{custom_object_type_identifier}/{custom_object_instance_id}":
85218521
parameters:
85228522
- name: custom_object_type_identifier
85238523
in: path
@@ -8530,7 +8530,7 @@ paths:
85308530
get:
85318531
summary: Get Custom Object Instance by ID
85328532
parameters:
8533-
- name: id
8533+
- name: custom_object_instance_id
85348534
in: path
85358535
description: The id or external_id of the custom object instance
85368536
required: true
@@ -8571,7 +8571,7 @@ paths:
85718571
delete:
85728572
summary: Delete a Custom Object Instance by ID
85738573
parameters:
8574-
- name: id
8574+
- name: custom_object_instance_id
85758575
in: path
85768576
description: The Intercom defined id of the custom object instance
85778577
required: true
@@ -9510,15 +9510,15 @@ paths:
95109510
responses:
95119511
'200':
95129512
description: successful
9513-
"/jobs/status/{id}":
9513+
"/jobs/status/{job_id}":
95149514
get:
95159515
summary: Retrieve job status
95169516
parameters:
95179517
- name: Intercom-Version
95189518
in: header
95199519
schema:
95209520
"$ref": "#/components/schemas/intercom_version"
9521-
- name: id
9521+
- name: job_id
95229522
in: path
95239523
required: true
95249524
description: The unique identifier for the job which is given by Intercom
@@ -10018,7 +10018,7 @@ paths:
1001810018
in: header
1001910019
schema:
1002010020
"$ref": "#/components/schemas/intercom_version"
10021-
- name: id
10021+
- name: news_item_id
1002210022
in: path
1002310023
required: true
1002410024
description: The unique identifier for the news item which is given by Intercom.
@@ -10113,7 +10113,7 @@ paths:
1011310113
in: header
1011410114
schema:
1011510115
"$ref": "#/components/schemas/intercom_version"
10116-
- name: id
10116+
- name: news_item_id
1011710117
in: path
1011810118
required: true
1011910119
description: The unique identifier for the news item which is given by Intercom.
@@ -10721,15 +10721,15 @@ paths:
1072110721
message: Access Token Invalid
1072210722
schema:
1072310723
"$ref": "#/components/schemas/error"
10724-
"/calls/{id}":
10724+
"/calls/{call_id}":
1072510725
get:
1072610726
summary: Get a call
1072710727
parameters:
1072810728
- name: Intercom-Version
1072910729
in: header
1073010730
schema:
1073110731
"$ref": "#/components/schemas/intercom_version"
10732-
- name: id
10732+
- name: call_id
1073310733
in: path
1073410734
required: true
1073510735
description: The id of the call to retrieve
@@ -10795,15 +10795,15 @@ paths:
1079510795
message: Access Token Invalid
1079610796
schema:
1079710797
"$ref": "#/components/schemas/error"
10798-
"/calls/{id}/recording":
10798+
"/calls/{call_id}/recording":
1079910799
get:
1080010800
summary: Get call recording by call id
1080110801
parameters:
1080210802
- name: Intercom-Version
1080310803
in: header
1080410804
schema:
1080510805
"$ref": "#/components/schemas/intercom_version"
10806-
- name: id
10806+
- name: call_id
1080710807
in: path
1080810808
required: true
1080910809
description: The id of the call
@@ -10850,15 +10850,15 @@ paths:
1085010850
message: Access Token Invalid
1085110851
schema:
1085210852
"$ref": "#/components/schemas/error"
10853-
"/calls/{id}/transcript":
10853+
"/calls/{call_id}/transcript":
1085410854
get:
1085510855
summary: Get call transcript by call id
1085610856
parameters:
1085710857
- name: Intercom-Version
1085810858
in: header
1085910859
schema:
1086010860
"$ref": "#/components/schemas/intercom_version"
10861-
- name: id
10861+
- name: call_id
1086210862
in: path
1086310863
required: true
1086410864
description: The id of the call
@@ -11236,7 +11236,7 @@ paths:
1123611236
in: header
1123711237
schema:
1123811238
"$ref": "#/components/schemas/intercom_version"
11239-
- name: id
11239+
- name: tag_id
1124011240
in: path
1124111241
description: The unique identifier of a given tag
1124211242
example: '123'
@@ -12145,7 +12145,7 @@ paths:
1214512145
in: header
1214612146
schema:
1214712147
"$ref": "#/components/schemas/intercom_version"
12148-
- name: id
12148+
- name: ticket_type_id
1214912149
in: path
1215012150
required: true
1215112151
description: The unique identifier for the ticket type which is given by Intercom.
@@ -13172,7 +13172,7 @@ paths:
1317213172
in: header
1317313173
schema:
1317413174
"$ref": "#/components/schemas/intercom_version"
13175-
- name: id
13175+
- name: ticket_id
1317613176
in: path
1317713177
required: true
1317813178
description: The unique identifier for the ticket which is given by Intercom.
@@ -13311,7 +13311,7 @@ paths:
1331113311
in: header
1331213312
schema:
1331313313
"$ref": "#/components/schemas/intercom_version"
13314-
- name: id
13314+
- name: ticket_id
1331513315
in: path
1331613316
required: true
1331713317
description: The unique identifier for the ticket which is given by Intercom.

0 commit comments

Comments
 (0)