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:
33703370 required: true
33713371 description: The unique identifier for the contact which is given by Intercom
33723372 schema:
3373- type: string
3373+ type: integer
33743374 tags:
33753375 - Companies
33763376 - Contacts
@@ -3756,7 +3756,7 @@ paths:
37563756 description: The unique identifier of a given contact.
37573757 example: '123'
37583758 schema:
3759- type: string
3759+ type: integer
37603760 tags:
37613761 - Notes
37623762 - Contacts
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ paths:
317317 in : path
318318 required : true
319319 description : The unique identifier for the contact which is given by Intercom
320+ example : ' 123'
320321 schema :
321322 type : string
322323 - name : page
@@ -366,7 +367,7 @@ paths:
366367 required : true
367368 description : The unique identifier of a contact.
368369 schema :
369- type : integer
370+ type : string
370371 - name : Intercom-Version
371372 in : header
372373 required : true
@@ -391,6 +392,18 @@ paths:
391392 - notes
392393 x-fern-sdk-method-name : create
393394 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
394407 /contacts/{contact_id}/segments :
395408 get :
396409 x-fern-sdk-group-name :
You can’t perform that action at this time.
0 commit comments