Chatwoot/swagger/paths/public/inboxes/messages/create.yml

21 lines
391 B
YAML
Raw Normal View History

tags:
- Messages API
operationId: create-a-message
summary: Create a message
description: Create a message
security:
- nil
parameters:
- name: data
in: body
required: true
schema:
$ref: '#/definitions/public_message_create_payload'
responses:
200:
description: Success
schema:
$ref: '#/definitions/public_message'
401:
description: Unauthorized