Skip to content

Commit

Permalink
Updated following file(s): crm.yml, lead.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd committed Aug 28, 2024
1 parent d9f4e9a commit 9e1e576
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3298,6 +3298,7 @@ components:
name: critical
company_name: high
owner_id: high
owner_name: low
company_id: high
contact_id: low
lead_source: low
Expand Down Expand Up @@ -3350,6 +3351,11 @@ components:
type: string
example: '54321'
nullable: true
owner_name:
description: The name of the owner of the lead.
type: string
example: John Doe
nullable: true
company_id:
description: The company the lead is associated with.
type: string
Expand Down Expand Up @@ -6988,6 +6994,7 @@ paths:
name: 'Elon Musk',
company_name: 'Spacex',
owner_id: '54321',
owner_name: 'John Doe',
company_id: '2',
lead_id: '2',
lead_source: 'Cold Call',
Expand Down Expand Up @@ -7197,6 +7204,7 @@ paths:
name: 'Elon Musk',
company_name: 'Spacex',
owner_id: '54321',
owner_name: 'John Doe',
company_id: '2',
lead_id: '2',
lead_source: 'Cold Call',
Expand Down
8 changes: 8 additions & 0 deletions lead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ components:
name: critical
company_name: high
owner_id: high
owner_name: low
company_id: high
contact_id: low
lead_source: low
Expand Down Expand Up @@ -1149,6 +1150,11 @@ components:
type: string
example: '54321'
nullable: true
owner_name:
description: The name of the owner of the lead.
type: string
example: John Doe
nullable: true
company_id:
description: The company the lead is associated with.
type: string
Expand Down Expand Up @@ -2186,6 +2192,7 @@ paths:
name: 'Elon Musk',
company_name: 'Spacex',
owner_id: '54321',
owner_name: 'John Doe',
company_id: '2',
lead_id: '2',
lead_source: 'Cold Call',
Expand Down Expand Up @@ -2395,6 +2402,7 @@ paths:
name: 'Elon Musk',
company_name: 'Spacex',
owner_id: '54321',
owner_name: 'John Doe',
company_id: '2',
lead_id: '2',
lead_source: 'Cold Call',
Expand Down

0 comments on commit 9e1e576

Please sign in to comment.