Chatwoot/swagger/definitions/resource/conversation.yml
2020-02-23 12:54:29 +05:30

21 lines
353 B
YAML

type: object
properties:
display_id:
type: number
messages:
type: array
items:
type: object
inbox_id:
type: number
status:
type: string
enum: ['open', 'resolved']
timestamp:
type: string
user_last_seen_at:
type: string
agent_last_seen_at:
type: agent_last_seen_at
unread_count:
type: number