chatwoot-develop/swagger/definitions/resource/contacts_list_response.yml

10 lines
262 B
YAML
Executable File

type: object
properties:
meta:
$ref: '#/components/schemas/contact_meta'
description: Metadata about the contact list response
payload:
type: array
items:
$ref: '#/components/schemas/contact_list_item'
description: List of contacts