We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e320a60 commit c5fa8ebCopy full SHA for c5fa8eb
third-party/eazy/v1/openapi.yaml
@@ -2456,6 +2456,22 @@ components:
2456
description: Type of the contact
2457
type: string
2458
example: 'INDIVIDUAL'
2459
+ name:
2460
+ description: "Contact's name"
2461
+ type: object
2462
+ properties:
2463
+ firstName:
2464
+ description: "Contact's first name"
2465
+ type: string
2466
+ example: 'John'
2467
+ fullName:
2468
+ description: "Contact's full name"
2469
2470
+ example: 'John Doe'
2471
+ lastName:
2472
+ description: "Contact's last name"
2473
2474
+ example: 'Doe'
2475
conversationResponse:
2476
description: Conversation response
2477
type: object
0 commit comments