Skip to content

Commit 8ea038c

Browse files
markdennis22claude
andcommitted
Add notes field to company API endpoint responses
- Updated PUT /companies/{id} endpoint to include notes in response - Updated GET /companies endpoint to include notes in response - Updated POST /companies/list endpoint to include notes in response - Updated GET /companies/scroll endpoint to include notes in response - Updated POST /contacts/{id}/companies endpoint to include notes in response All company endpoints now consistently return the notes field with the same structure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c83a05a commit 8ea038c

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,6 +2823,12 @@ paths:
28232823
segments:
28242824
type: segment.list
28252825
segments: []
2826+
notes:
2827+
type: note.list
2828+
data: []
2829+
url: "/companies/6762f07a1bb69f9f2193baea/notes"
2830+
total_count: 0
2831+
has_more: false
28262832
plan: {}
28272833
custom_attributes: {}
28282834
pages:
@@ -2906,7 +2912,6 @@ paths:
29062912
segments:
29072913
type: segment.list
29082914
segments: []
2909-
29102915
notes:
29112916
type: note.list
29122917
data: []
@@ -2993,6 +2998,12 @@ paths:
29932998
segments:
29942999
type: segment.list
29953000
segments: []
3001+
notes:
3002+
type: note.list
3003+
data: []
3004+
url: "/companies/6762f0841bb69f9f2193baff/notes"
3005+
total_count: 0
3006+
has_more: false
29963007
plan: {}
29973008
custom_attributes: {}
29983009
schema:
@@ -3279,6 +3290,12 @@ paths:
32793290
segments:
32803291
type: segment.list
32813292
segments: []
3293+
notes:
3294+
type: note.list
3295+
data: []
3296+
url: "/companies/6762f0941bb69f9f2193bb25/notes"
3297+
total_count: 0
3298+
has_more: false
32823299
plan: {}
32833300
custom_attributes: {}
32843301
pages:
@@ -3364,6 +3381,12 @@ paths:
33643381
segments:
33653382
type: segment.list
33663383
segments: []
3384+
notes:
3385+
type: note.list
3386+
data: []
3387+
url: "/companies/6762f0971bb69f9f2193bb2b/notes"
3388+
total_count: 0
3389+
has_more: false
33673390
plan: {}
33683391
custom_attributes: {}
33693392
pages:
@@ -3429,6 +3452,12 @@ paths:
34293452
segments:
34303453
type: segment.list
34313454
segments: []
3455+
notes:
3456+
type: note.list
3457+
data: []
3458+
url: "/companies/6762f09a1bb69f9f2193bb34/notes"
3459+
total_count: 0
3460+
has_more: false
34323461
plan: {}
34333462
custom_attributes: {}
34343463
schema:

0 commit comments

Comments
 (0)