File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -3370,7 +3370,7 @@ paths:
3370
3370
required: true
3371
3371
description: The unique identifier for the contact which is given by Intercom
3372
3372
schema:
3373
- type: string
3373
+ type: integer
3374
3374
tags:
3375
3375
- Companies
3376
3376
- Contacts
@@ -3756,7 +3756,7 @@ paths:
3756
3756
description: The unique identifier of a given contact.
3757
3757
example: '123'
3758
3758
schema:
3759
- type: string
3759
+ type: integer
3760
3760
tags:
3761
3761
- Notes
3762
3762
- Contacts
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ paths:
317
317
in : path
318
318
required : true
319
319
description : The unique identifier for the contact which is given by Intercom
320
+ example : ' 123'
320
321
schema :
321
322
type : string
322
323
- name : page
@@ -366,7 +367,7 @@ paths:
366
367
required : true
367
368
description : The unique identifier of a contact.
368
369
schema :
369
- type : integer
370
+ type : string
370
371
- name : Intercom-Version
371
372
in : header
372
373
required : true
@@ -391,6 +392,18 @@ paths:
391
392
- notes
392
393
x-fern-sdk-method-name : create
393
394
x-fern-request-name : CreateContactNoteRequest
395
+ parameters :
396
+ - name : Intercom-Version
397
+ in : header
398
+ schema :
399
+ " $ref " : " #/components/schemas/intercom_version"
400
+ - name : contact_id
401
+ in : path
402
+ required : true
403
+ description : The unique identifier of a given contact.
404
+ example : ' 123'
405
+ schema :
406
+ type : string
394
407
/contacts/{contact_id}/segments :
395
408
get :
396
409
x-fern-sdk-group-name :
You can’t perform that action at this time.
0 commit comments