Chatwoot/swagger/paths/contact/conversations.yml

19 lines
372 B
YAML
Raw Normal View History

2020-02-23 07:24:29 +00:00
get:
tags: [Contact]
summary: Conversations
parameters:
- name: id
in: path
type: number
description: id of the contact
2020-02-23 07:24:29 +00:00
required: true
responses:
200:
description: Success
schema:
$ref: '#/definitions/contact_conversations'
404:
description: Contact not found
403:
description: Access denied