File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -3308,7 +3308,7 @@ paths:
33083308 per_page: 50
33093309 total_pages: 1
33103310 schema:
3311- "$ref": "#/components/schemas/company_note_list "
3311+ "$ref": "#/components/schemas/note_list "
33123312 '404':
33133313 description: Company not found
33143314 content:
@@ -21242,7 +21242,7 @@ components:
2124221242 note_list:
2124321243 title: Paginated Response
2124421244 type: object
21245- description: A paginated list of notes associated with a contact.
21245+ description: A paginated list of notes associated with a contact or a company .
2124621246 properties:
2124721247 type:
2124821248 type: string
@@ -21260,27 +21260,6 @@ components:
2126021260 example: 1
2126121261 pages:
2126221262 "$ref": "#/components/schemas/cursor_pages"
21263- company_note_list:
21264- title: Paginated Company Notes Response
21265- type: object
21266- description: A paginated list of notes associated with a company.
21267- properties:
21268- type:
21269- type: string
21270- description: String representing the object's type. Always has the value
21271- `list`.
21272- example: list
21273- data:
21274- type: array
21275- description: An array of company notes.
21276- items:
21277- "$ref": "#/components/schemas/company_note"
21278- total_count:
21279- type: integer
21280- description: A count of the total number of notes.
21281- example: 1
21282- pages:
21283- "$ref": "#/components/schemas/cursor_pages"
2128421263 company_note:
2128521264 title: Company Note
2128621265 type: object
You can’t perform that action at this time.
0 commit comments