File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -12757,6 +12757,17 @@ components:
1275712757 description: An object containing companies meta data about the companies that
1275812758 a contact has. Up to 10 will be displayed here. Use the url to get more.
1275912759 properties:
12760+ type:
12761+ type: string
12762+ description: The type of object
12763+ enum:
12764+ - list
12765+ example: list
12766+ data:
12767+ type: array
12768+ description: An array containing Company Objects
12769+ items:
12770+ "$ref": "#/components/schemas/contact_company"
1276012771 url:
1276112772 type: string
1276212773 format: uri
@@ -12776,6 +12787,30 @@ components:
1277612787 - url
1277712788 - total_count
1277812789 - has_more
12790+ contact_company:
12791+ title: Contact company
12792+ type: object
12793+ description: A reference to a company associated with a contact
12794+ properties:
12795+ id:
12796+ type: string
12797+ description: The unique identifier for the company
12798+ example: "66e0800ad24ad5513b91014d"
12799+ type:
12800+ type: string
12801+ description: The type of the object
12802+ enum:
12803+ - company
12804+ example: company
12805+ url:
12806+ type: string
12807+ format: uri
12808+ description: URL to get the full company resource
12809+ example: "/companies/66e0800ad24ad5513b91014d"
12810+ required:
12811+ - id
12812+ - type
12813+ - url
1277912814 contact_deleted:
1278012815 title: Contact Deleted
1278112816 type: object
You can’t perform that action at this time.
0 commit comments