Chatwoot/swagger/definitions/request/conversation/create_message.yml
Sojan Jose b0950d6880
Feature: Rich Message Types (#610)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
2020-04-10 16:42:37 +05:30

19 lines
451 B
YAML

type: object
properties:
conversation_id:
type: number
description: ID of the conversation
required: true
content:
type: string
description: The content of the message
required: true
private:
type: boolean
description: Flag to identify if it is a private note
content_type:
type: string
enum: ['input_select', 'form', 'cards']
content_attributes:
type: object
description: options/form object