Skip to content

Commit c5fa8eb

Browse files
radekholy24ridlees
andcommitted
Document items of names in contactResponse
Co-authored-by: Martin <[email protected]>
1 parent e320a60 commit c5fa8eb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

third-party/eazy/v1/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,6 +2456,22 @@ components:
24562456
description: Type of the contact
24572457
type: string
24582458
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+
type: string
2470+
example: 'John Doe'
2471+
lastName:
2472+
description: "Contact's last name"
2473+
type: string
2474+
example: 'Doe'
24592475
conversationResponse:
24602476
description: Conversation response
24612477
type: object

0 commit comments

Comments
 (0)