* 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
20 lines
364 B
YAML
20 lines
364 B
YAML
type: object
|
|
properties:
|
|
meta:
|
|
type: object
|
|
properties:
|
|
labels:
|
|
type: array
|
|
items:
|
|
type: string
|
|
additional_attributes:
|
|
type: object
|
|
contact_id:
|
|
type: number
|
|
payload:
|
|
type: array
|
|
description: 'array of messages'
|
|
items:
|
|
allOf:
|
|
- $ref: '#/definitions/extended_message'
|