fc1fa579e9
* Added the documentation for the conversation APIs - 8 endpoints * Added descriptions for the existing endpoints * Added new resource models and updated some parts of the contact API
22 lines
524 B
YAML
22 lines
524 B
YAML
type: object
|
|
properties:
|
|
data:
|
|
type: object
|
|
properties:
|
|
meta:
|
|
type: object
|
|
properties:
|
|
mine_count:
|
|
type: number
|
|
unassigned_count:
|
|
type: number
|
|
all_count:
|
|
type: number
|
|
payload:
|
|
type: array
|
|
description: 'array of conversations'
|
|
items:
|
|
allOf:
|
|
- $ref: '#/definitions/generic_id'
|
|
- $ref: '#/definitions/conversation'
|
|
- $ref: '../contact/conversation.yml'
|