Skip to content

Commit fcf2b7b

Browse files
committed
update docs
1 parent 8ea038c commit fcf2b7b

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16517,6 +16517,49 @@ components:
1651716517
type: array
1651816518
items:
1651916519
"$ref": "#/components/schemas/segment"
16520+
notes:
16521+
type: object
16522+
description: The list of notes associated with the company
16523+
properties:
16524+
type:
16525+
type: string
16526+
description: The type of the object
16527+
enum:
16528+
- note.list
16529+
example: note.list
16530+
data:
16531+
type: array
16532+
description: An array containing note objects
16533+
items:
16534+
type: object
16535+
properties:
16536+
id:
16537+
type: string
16538+
description: The id of the note
16539+
type:
16540+
type: string
16541+
description: The type of the object
16542+
enum:
16543+
- note
16544+
url:
16545+
type: string
16546+
description: The URL of the note
16547+
body:
16548+
type: string
16549+
description: The body of the note in HTML format
16550+
example: []
16551+
url:
16552+
type: string
16553+
description: The URL to get all notes associated with the company
16554+
example: "/companies/6762f0761bb69f9f2193bae2/notes"
16555+
total_count:
16556+
type: integer
16557+
description: The total number of notes associated with the company
16558+
example: 0
16559+
has_more:
16560+
type: boolean
16561+
description: Whether there are more notes than returned
16562+
example: false
1652016563
company_attached_contacts:
1652116564
title: Company Attached Contacts
1652216565
type: object

0 commit comments

Comments
 (0)