Skip to content

Commit 88690fa

Browse files
markdennis22claude
andcommitted
Update notes endpoint summaries for clarity
- Changed "List all notes" to "List all company notes" for /companies/{id}/notes - Changed "List all notes" to "List all contact notes" for /contacts/{id}/notes This makes the API documentation more specific and clearer about what type of notes each endpoint returns. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c139205 commit 88690fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,7 @@ paths:
32223222
"$ref": "#/components/schemas/error"
32233223
"/companies/{id}/notes":
32243224
get:
3225-
summary: List all notes
3225+
summary: List all company notes
32263226
parameters:
32273227
- name: id
32283228
in: path
@@ -3811,7 +3811,7 @@ paths:
38113811
"$ref": "#/components/schemas/error"
38123812
"/contacts/{id}/notes":
38133813
get:
3814-
summary: List all notes
3814+
summary: List all contact notes
38153815
parameters:
38163816
- name: id
38173817
in: path

0 commit comments

Comments
 (0)